Html Css Color HEX #A181CB Cold Purple

📋 copy color: '#A181CB'

red 161 ◦ green 129 ◦ blue 203

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

Shades of Cold Purple #A181CB

Tints of Cold Purple #A181CB

RGB

 RED value IS 161 (63.28% from 255) = 32.66%

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

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

R = 32.66%
G = 26.17%
B = 41.18%

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

#A181CB (or 0xA181CB) is known color: Cold Purple. HEX triplet: A1, 81 and CB. RGB value is (161,129,203). Sum of RGB (Red+Green+Blue) = 161+129+203=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #A181CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181CB is #5E7E34. Grayscale: #929292. Windows color (decimal): -6192693 or 13336993. OLE color: 13336993.

HSL color Cylindrical-coordinate representation of color #A181CB: hue angle of 265.95º 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 #A181CB is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 129 203 -
CMYK 0.21 0.36 0 0.20
HSL 265.95º 0.42% 0.65% -
HSV(B) 265.95º 0.36% 0.8% -
XYZ 33.33 27.59 60.07 -
YUV 147 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 161 129 203 0.21 0.36 0 0.20 265.95 0.42 0.65
Hex A1 81 CB 15 24 0 14 10A 2A 41
Octal 241 201 313 25 44 0 24 412 52 101
Binary 10100001 10000001 11001011 10101 100100 0 10100 100001010 101010 1000001

Color Harmonies of #A181CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181CB

Black with #A181CB

Text Example


Text Example

White with #A181CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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