Html Css Color HEX #A081CC Cold Purple

📋 copy color: '#A081CC'

red 160 ◦ green 129 ◦ blue 204

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

Shades of Cold Purple #A081CC

Tints of Cold Purple #A081CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 32.45%
G = 26.17%
B = 41.38%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A081CC (or 0xA081CC) is known color: Cold Purple. HEX triplet: A0, 81 and CC. RGB value is (160,129,204). Sum of RGB (Red+Green+Blue) = 160+129+204=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #A081CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081CC is #5F7E33. Grayscale: #929292. Windows color (decimal): -6258228 or 13402528. OLE color: 13402528.

HSL color Cylindrical-coordinate representation of color #A081CC: hue angle of 264.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A081CC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 129 204 -
CMYK 0.22 0.37 0 0.2
HSL 264.8º 0.42% 0.65% -
HSV(B) 264.8º 0.37% 0.8% -
XYZ 33.25 27.53 60.69 -
YUV 146.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 160 129 204 0.22 0.37 0 0.2 264.8 0.42 0.65
Hex A0 81 CC 16 25 0 14 109 2A 41
Octal 240 201 314 26 45 0 24 411 52 101
Binary 10100000 10000001 11001100 10110 100101 0 10100 100001001 101010 1000001

Color Harmonies of #A081CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081CC

Black with #A081CC

Text Example


Text Example

White with #A081CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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