Html Css Color HEX #A280CB Cold Purple

📋 copy color: '#A280CB'

red 162 ◦ green 128 ◦ blue 203

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

Shades of Cold Purple #A280CB

Tints of Cold Purple #A280CB

RGB

 RED value IS 162 (63.67% from 255) = 32.86%

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

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

R = 32.86%
G = 25.96%
B = 41.18%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A280CB (or 0xA280CB) is known color: Cold Purple. HEX triplet: A2, 80 and CB. RGB value is (162,128,203). Sum of RGB (Red+Green+Blue) = 162+128+203=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 128 (50.39% from 255 or 25.96% 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 #A280CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280CB is #5D7F34. Grayscale: #929292. Windows color (decimal): -6127413 or 13336738. OLE color: 13336738.

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

Color convert

RGB 162 128 203 -
CMYK 0.20 0.37 0 0.20
HSL 267.2º 0.42% 0.65% -
HSV(B) 267.2º 0.37% 0.8% -
XYZ 33.4 27.43 60.03 -
YUV 146.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 162 128 203 0.20 0.37 0 0.20 267.2 0.42 0.65
Hex A2 80 CB 14 25 0 14 10B 2A 41
Octal 242 200 313 24 45 0 24 413 52 101
Binary 10100010 10000000 11001011 10100 100101 0 10100 100001011 101010 1000001

Color Harmonies of #A280CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A280CB

Black with #A280CB

Text Example


Text Example

White with #A280CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A280CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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