Html Css Color HEX #A480CA Cold Purple

📋 copy color: '#A480CA'

red 164 ◦ green 128 ◦ blue 202

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

Shades of Cold Purple #A480CA

Tints of Cold Purple #A480CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 33.2%
G = 25.91%
B = 40.89%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A480CA (or 0xA480CA) is known color: Cold Purple. HEX triplet: A4, 80 and CA. RGB value is (164,128,202). Sum of RGB (Red+Green+Blue) = 164+128+202=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #A480CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480CA is #5B7F35. Grayscale: #929292. Windows color (decimal): -5996342 or 13271204. OLE color: 13271204.

HSL color Cylindrical-coordinate representation of color #A480CA: hue angle of 269.19º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A480CA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 128 202 -
CMYK 0.19 0.37 0 0.21
HSL 269.19º 0.41% 0.65% -
HSV(B) 269.19º 0.37% 0.79% -
XYZ 33.69 27.6 59.43 -
YUV 147.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 164 128 202 0.19 0.37 0 0.21 269.19 0.41 0.65
Hex A4 80 CA 13 25 0 15 10D 29 41
Octal 244 200 312 23 45 0 25 415 51 101
Binary 10100100 10000000 11001010 10011 100101 0 10101 100001101 101001 1000001

Color Harmonies of #A480CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A480CA

Black with #A480CA

Text Example


Text Example

White with #A480CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A480CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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