Html Css Color HEX #A587CC Cold Purple

📋 copy color: '#A587CC'

red 165 ◦ green 135 ◦ blue 204

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

Shades of Cold Purple #A587CC

Tints of Cold Purple #A587CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 32.74%
G = 26.79%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A587CC (or 0xA587CC) is known color: Cold Purple. HEX triplet: A5, 87 and CC. RGB value is (165,135,204). Sum of RGB (Red+Green+Blue) = 165+135+204=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #A587CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A587CC is #5A7833. Grayscale: #979797. Windows color (decimal): -5929012 or 13404069. OLE color: 13404069.

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

Color convert

RGB 165 135 204 -
CMYK 0.19 0.34 0 0.2
HSL 266.09º 0.4% 0.66% -
HSV(B) 266.09º 0.34% 0.8% -
XYZ 35.08 29.69 61.01 -
YUV 151.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 165 135 204 0.19 0.34 0 0.2 266.09 0.4 0.66
Hex A5 87 CC 13 22 0 14 10A 28 42
Octal 245 207 314 23 42 0 24 412 50 102
Binary 10100101 10000111 11001100 10011 100010 0 10100 100001010 101000 1000010

Color Harmonies of #A587CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A587CC

Black with #A587CC

Text Example


Text Example

White with #A587CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A587CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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