Html Css Color HEX #A180CB Cold Purple

📋 copy color: '#A180CB'

red 161 ◦ green 128 ◦ blue 203

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

Shades of Cold Purple #A180CB

Tints of Cold Purple #A180CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.02%

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

R = 32.72%
G = 26.02%
B = 41.26%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A180CB (or 0xA180CB) is known color: Cold Purple. HEX triplet: A1, 80 and CB. RGB value is (161,128,203). Sum of RGB (Red+Green+Blue) = 161+128+203=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 128 (50.39% from 255 or 26.02% 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 #A180CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180CB is #5E7F34. Grayscale: #929292. Windows color (decimal): -6192949 or 13336737. OLE color: 13336737.

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

Color convert

RGB 161 128 203 -
CMYK 0.21 0.37 0 0.20
HSL 266.4º 0.42% 0.65% -
HSV(B) 266.4º 0.37% 0.8% -
XYZ 33.2 27.33 60.02 -
YUV 146.42 159.93 138.4 -
System Red Green Blue C M Y K H S L
Decimal 161 128 203 0.21 0.37 0 0.20 266.4 0.42 0.65
Hex A1 80 CB 15 25 0 14 10A 2A 41
Octal 241 200 313 25 45 0 24 412 52 101
Binary 10100001 10000000 11001011 10101 100101 0 10100 100001010 101010 1000001

Color Harmonies of #A180CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180CB

Black with #A180CB

Text Example


Text Example

White with #A180CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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