Html Css Color HEX #A480CB Cold Purple

📋 copy color: '#A480CB'

red 164 ◦ green 128 ◦ blue 203

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

Shades of Cold Purple #A480CB

Tints of Cold Purple #A480CB

RGB

 RED value IS 164 (64.45% from 255) = 33.13%

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

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

R = 33.13%
G = 25.86%
B = 41.01%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A480CB (or 0xA480CB) is known color: Cold Purple. HEX triplet: A4, 80 and CB. RGB value is (164,128,203). Sum of RGB (Red+Green+Blue) = 164+128+203=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #A480CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480CB is #5B7F34. Grayscale: #939393. Windows color (decimal): -5996341 or 13336740. OLE color: 13336740.

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

Color convert

RGB 164 128 203 -
CMYK 0.19 0.37 0 0.20
HSL 268.8º 0.42% 0.65% -
HSV(B) 268.8º 0.37% 0.8% -
XYZ 33.81 27.64 60.05 -
YUV 147.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 164 128 203 0.19 0.37 0 0.20 268.8 0.42 0.65
Hex A4 80 CB 13 25 0 14 10D 2A 41
Octal 244 200 313 23 45 0 24 415 52 101
Binary 10100100 10000000 11001011 10011 100101 0 10100 100001101 101010 1000001

Color Harmonies of #A480CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A480CB

Black with #A480CB

Text Example


Text Example

White with #A480CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A480CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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