Html Css Color HEX #A587CB Cold Purple

📋 copy color: '#A587CB'

red 165 ◦ green 135 ◦ blue 203

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

Shades of Cold Purple #A587CB

Tints of Cold Purple #A587CB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.84%

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

R = 32.8%
G = 26.84%
B = 40.36%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A587CB (or 0xA587CB) is known color: Cold Purple. HEX triplet: A5, 87 and CB. RGB value is (165,135,203). Sum of RGB (Red+Green+Blue) = 165+135+203=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #A587CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A587CB is #5A7834. Grayscale: #979797. Windows color (decimal): -5929013 or 13338533. OLE color: 13338533.

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

Color convert

RGB 165 135 203 -
CMYK 0.19 0.33 0 0.20
HSL 266.47º 0.4% 0.66% -
HSV(B) 266.47º 0.33% 0.8% -
XYZ 34.96 29.64 60.38 -
YUV 151.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 165 135 203 0.19 0.33 0 0.20 266.47 0.4 0.66
Hex A5 87 CB 13 21 0 14 10A 28 42
Octal 245 207 313 23 41 0 24 412 50 102
Binary 10100101 10000111 11001011 10011 100001 0 10100 100001010 101000 1000010

Color Harmonies of #A587CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A587CB

Black with #A587CB

Text Example


Text Example

White with #A587CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A587CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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