Html Css Color HEX #A080CB Cold Purple

📋 copy color: '#A080CB'

red 160 ◦ green 128 ◦ blue 203

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

Shades of Cold Purple #A080CB

Tints of Cold Purple #A080CB

RGB

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

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

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

R = 32.59%
G = 26.07%
B = 41.34%

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

#A080CB (or 0xA080CB) is known color: Cold Purple. HEX triplet: A0, 80 and CB. RGB value is (160,128,203). Sum of RGB (Red+Green+Blue) = 160+128+203=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #A080CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080CB is #5F7F34. Grayscale: #919191. Windows color (decimal): -6258485 or 13336736. OLE color: 13336736.

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

Color convert

RGB 160 128 203 -
CMYK 0.21 0.37 0 0.20
HSL 265.6º 0.42% 0.65% -
HSV(B) 265.6º 0.37% 0.8% -
XYZ 33 27.22 60.02 -
YUV 146.12 160.1 137.9 -
System Red Green Blue C M Y K H S L
Decimal 160 128 203 0.21 0.37 0 0.20 265.6 0.42 0.65
Hex A0 80 CB 15 25 0 14 10A 2A 41
Octal 240 200 313 25 45 0 24 412 52 101
Binary 10100000 10000000 11001011 10101 100101 0 10100 100001010 101010 1000001

Color Harmonies of #A080CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080CB

Black with #A080CB

Text Example


Text Example

White with #A080CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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