Html Css Color HEX #A080CE Cold Purple

📋 copy color: '#A080CE'

red 160 ◦ green 128 ◦ blue 206

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

Shades of Cold Purple #A080CE

Tints of Cold Purple #A080CE

RGB

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

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

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

R = 32.39%
G = 25.91%
B = 41.7%

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

#A080CE (or 0xA080CE) is known color: Cold Purple. HEX triplet: A0, 80 and CE. RGB value is (160,128,206). Sum of RGB (Red+Green+Blue) = 160+128+206=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #A080CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080CE is #5F7F31. Grayscale: #929292. Windows color (decimal): -6258482 or 13533344. OLE color: 13533344.

HSL color Cylindrical-coordinate representation of color #A080CE: hue angle of 264.62º 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 #A080CE is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 128 206 -
CMYK 0.22 0.38 0 0.19
HSL 264.62º 0.44% 0.65% -
HSV(B) 264.62º 0.38% 0.81% -
XYZ 33.36 27.37 61.92 -
YUV 146.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 160 128 206 0.22 0.38 0 0.19 264.62 0.44 0.65
Hex A0 80 CE 16 26 0 13 109 2C 41
Octal 240 200 316 26 46 0 23 411 54 101
Binary 10100000 10000000 11001110 10110 100110 0 10011 100001001 101100 1000001

Color Harmonies of #A080CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080CE

Black with #A080CE

Text Example


Text Example

White with #A080CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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