#a083ca

Color #A083CA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A083CA

Tints of Cold Purple #A083CA

Color information

#A083CA (or 0xA083CA) is unknown color: approx Cold Purple. HEX triplet: A0, 83 and CA. RGB value is (160,131,202). Sum of RGB (Red+Green+Blue) = 160+131+202=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #A083CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083CA is #5F7C35. Grayscale: #939393. Windows color (decimal): -6257718 or 13271968. OLE color: 13271968.

HSL color Cylindrical-coordinate representation of color #A083CA: hue angle of 264.51º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A083CA is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160131202-
CMYK0.210.3500.21
HSL264.51º40.11%65.29%-
HSV(B)264.51º35.15%79.22%-
XYZ33.2727.9759.52-
YUV147.76158.61136.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 32.45%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=32.45%
G=26.57%
B=40.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601312020.210.3500.21264.5140.1165.29
HexA083CA15230151092841
Octal240203312254302541150101
Binary101000001000001111001010101011000110101011000010011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a083ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a083ca; }

 p { color: rgb(160,131,202); }

 H1.HeaderClassName
 {
   color: #a083ca;
 }
 .AnyTagClassName
 {
   color: #a083ca;
 }
</style>
background-color css

<style>
 a { background-color: #a083ca; }

 a { background-color: rgb(160,131,202); }

 div.DivClassName
 {
   background-color: #a083ca;
 }
 .BgClassName
 {
   background-color: #a083ca;
 }
</style>
border-color css

<style>
 span { border-color: #a083ca; }

 span { border-color: rgb(160,131,202); }

 td.TdClassName
 {
   border-color: #a083ca;
 }
 .TagClassName
 {
   border-color: #a083ca;
 }
</style>