Html Css Color HEX #A580CB Cold Purple

📋 copy color: '#A580CB'

red 165 ◦ green 128 ◦ blue 203

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

Shades of Cold Purple #A580CB

Tints of Cold Purple #A580CB

RGB

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

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

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

R = 33.27%
G = 25.81%
B = 40.93%

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

#A580CB (or 0xA580CB) is known color: Cold Purple. HEX triplet: A5, 80 and CB. RGB value is (165,128,203). Sum of RGB (Red+Green+Blue) = 165+128+203=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #A580CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580CB is #5A7F34. Grayscale: #939393. Windows color (decimal): -5930805 or 13336741. OLE color: 13336741.

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

Color convert

RGB 165 128 203 -
CMYK 0.19 0.37 0 0.20
HSL 269.6º 0.42% 0.65% -
HSV(B) 269.6º 0.37% 0.8% -
XYZ 34.02 27.75 60.06 -
YUV 147.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 165 128 203 0.19 0.37 0 0.20 269.6 0.42 0.65
Hex A5 80 CB 13 25 0 14 10E 2A 41
Octal 245 200 313 23 45 0 24 416 52 101
Binary 10100101 10000000 11001011 10011 100101 0 10100 100001110 101010 1000001

Color Harmonies of #A580CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A580CB

Black with #A580CB

Text Example


Text Example

White with #A580CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A580CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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