Html Css Color HEX #A180CE Cold Purple

📋 copy color: '#A180CE'

red 161 ◦ green 128 ◦ blue 206

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

Shades of Cold Purple #A180CE

Tints of Cold Purple #A180CE

RGB

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

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

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

R = 32.53%
G = 25.86%
B = 41.62%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A180CE (or 0xA180CE) is known color: Cold Purple. HEX triplet: A1, 80 and CE. RGB value is (161,128,206). Sum of RGB (Red+Green+Blue) = 161+128+206=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 128 (50.39% from 255 or 25.86% 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 #A180CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180CE is #5E7F31. Grayscale: #929292. Windows color (decimal): -6192946 or 13533345. OLE color: 13533345.

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

Color convert

RGB 161 128 206 -
CMYK 0.22 0.38 0 0.19
HSL 265.38º 0.44% 0.65% -
HSV(B) 265.38º 0.38% 0.81% -
XYZ 33.56 27.47 61.93 -
YUV 146.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 161 128 206 0.22 0.38 0 0.19 265.38 0.44 0.65
Hex A1 80 CE 16 26 0 13 109 2C 41
Octal 241 200 316 26 46 0 23 411 54 101
Binary 10100001 10000000 11001110 10110 100110 0 10011 100001001 101100 1000001

Color Harmonies of #A180CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180CE

Black with #A180CE

Text Example


Text Example

White with #A180CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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