Html Css Color HEX #A081CE Cold Purple

📋 copy color: '#A081CE'

red 160 ◦ green 129 ◦ blue 206

#A081CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A081CE

Tints of Cold Purple #A081CE

RGB

 RED value IS 160 (62.89% from 255) = 32.32%

 GREEN value IS 129 (50.78% from 255) = 26.06%

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 32.32%
G = 26.06%
B = 41.62%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A081CE (or 0xA081CE) is known color: Cold Purple. HEX triplet: A0, 81 and CE. RGB value is (160,129,206). Sum of RGB (Red+Green+Blue) = 160+129+206=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #A081CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081CE is #5F7E31. Grayscale: #929292. Windows color (decimal): -6258226 or 13533600. OLE color: 13533600.

HSL color Cylindrical-coordinate representation of color #A081CE: hue angle of 264.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A081CE is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 129 206 -
CMYK 0.22 0.37 0 0.19
HSL 264.16º 0.44% 0.66% -
HSV(B) 264.16º 0.37% 0.81% -
XYZ 33.49 27.63 61.96 -
YUV 147.05 161.27 137.24 -
System Red Green Blue C M Y K H S L
Decimal 160 129 206 0.22 0.37 0 0.19 264.16 0.44 0.66
Hex A0 81 CE 16 25 0 13 108 2C 42
Octal 240 201 316 26 45 0 23 410 54 102
Binary 10100000 10000001 11001110 10110 100101 0 10011 100001000 101100 1000010

Color Harmonies of #A081CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081CE

Black with #A081CE

Text Example


Text Example

White with #A081CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081CE; }

 p { color: rgb(160,129,206); }

 H1.HeaderClassName
 {
   color: #A081CE;
 }
 .AnyTagClassName
 {
   color: #A081CE;
 }
</style>

background-color css

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

 a { background-color: rgb(160,129,206); }

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

border-color css

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

 span { border-color: rgb(160,129,206); }

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