Html Css Color HEX #A580CA Cold Purple

📋 copy color: '#A580CA'

red 165 ◦ green 128 ◦ blue 202

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

Shades of Cold Purple #A580CA

Tints of Cold Purple #A580CA

RGB

 RED value IS 165 (64.84% from 255) = 33.33%

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

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

R = 33.33%
G = 25.86%
B = 40.81%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A580CA (or 0xA580CA) is known color: Cold Purple. HEX triplet: A5, 80 and CA. RGB value is (165,128,202). Sum of RGB (Red+Green+Blue) = 165+128+202=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #A580CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580CA is #5A7F35. Grayscale: #939393. Windows color (decimal): -5930806 or 13271205. OLE color: 13271205.

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

Color convert

RGB 165 128 202 -
CMYK 0.18 0.37 0 0.21
HSL 270º 0.41% 0.65% -
HSV(B) 270º 0.37% 0.79% -
XYZ 33.9 27.7 59.44 -
YUV 147.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 165 128 202 0.18 0.37 0 0.21 270 0.41 0.65
Hex A5 80 CA 12 25 0 15 10E 29 41
Octal 245 200 312 22 45 0 25 416 51 101
Binary 10100101 10000000 11001010 10010 100101 0 10101 100001110 101001 1000001

Color Harmonies of #A580CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A580CA

Black with #A580CA

Text Example


Text Example

White with #A580CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A580CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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