Html Css Color HEX #A081CB Cold Purple

📋 copy color: '#A081CB'

red 160 ◦ green 129 ◦ blue 203

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

Shades of Cold Purple #A081CB

Tints of Cold Purple #A081CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 32.52%
G = 26.22%
B = 41.26%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A081CB (or 0xA081CB) is known color: Cold Purple. HEX triplet: A0, 81 and CB. RGB value is (160,129,203). Sum of RGB (Red+Green+Blue) = 160+129+203=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #A081CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081CB is #5F7E34. Grayscale: #929292. Windows color (decimal): -6258229 or 13336992. OLE color: 13336992.

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

Color convert

RGB 160 129 203 -
CMYK 0.21 0.36 0 0.20
HSL 265.14º 0.42% 0.65% -
HSV(B) 265.14º 0.36% 0.8% -
XYZ 33.13 27.49 60.06 -
YUV 146.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 160 129 203 0.21 0.36 0 0.20 265.14 0.42 0.65
Hex A0 81 CB 15 24 0 14 109 2A 41
Octal 240 201 313 25 44 0 24 411 52 101
Binary 10100000 10000001 11001011 10101 100100 0 10100 100001001 101010 1000001

Color Harmonies of #A081CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081CB

Black with #A081CB

Text Example


Text Example

White with #A081CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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