Html Css Color HEX #A581CB Cold Purple

📋 copy color: '#A581CB'

red 165 ◦ green 129 ◦ blue 203

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

Shades of Cold Purple #A581CB

Tints of Cold Purple #A581CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.96%

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

R = 33.2%
G = 25.96%
B = 40.85%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A581CB (or 0xA581CB) is known color: Cold Purple. HEX triplet: A5, 81 and CB. RGB value is (165,129,203). Sum of RGB (Red+Green+Blue) = 165+129+203=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #A581CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581CB is #5A7E34. Grayscale: #939393. Windows color (decimal): -5930549 or 13336997. OLE color: 13336997.

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

Color convert

RGB 165 129 203 -
CMYK 0.19 0.36 0 0.20
HSL 269.19º 0.42% 0.65% -
HSV(B) 269.19º 0.36% 0.8% -
XYZ 34.15 28.01 60.11 -
YUV 148.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 165 129 203 0.19 0.36 0 0.20 269.19 0.42 0.65
Hex A5 81 CB 13 24 0 14 10D 2A 41
Octal 245 201 313 23 44 0 24 415 52 101
Binary 10100101 10000001 11001011 10011 100100 0 10100 100001101 101010 1000001

Color Harmonies of #A581CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A581CB

Black with #A581CB

Text Example


Text Example

White with #A581CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A581CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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