Html Css Color HEX #A587D1 Cold Purple

📋 copy color: '#A587D1'

red 165 ◦ green 135 ◦ blue 209

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

Shades of Cold Purple #A587D1

Tints of Cold Purple #A587D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.06%

R = 32.42%
G = 26.52%
B = 41.06%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A587D1 (or 0xA587D1) is known color: Cold Purple. HEX triplet: A5, 87 and D1. RGB value is (165,135,209). Sum of RGB (Red+Green+Blue) = 165+135+209=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #A587D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A587D1 is #5A782E. Grayscale: #989898. Windows color (decimal): -5929007 or 13731749. OLE color: 13731749.

HSL color Cylindrical-coordinate representation of color #A587D1: hue angle of 264.32º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A587D1 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 135 209 -
CMYK 0.21 0.35 0 0.18
HSL 264.32º 0.45% 0.67% -
HSV(B) 264.32º 0.35% 0.82% -
XYZ 35.69 29.93 64.22 -
YUV 152.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 165 135 209 0.21 0.35 0 0.18 264.32 0.45 0.67
Hex A5 87 D1 15 23 0 12 108 2D 43
Octal 245 207 321 25 43 0 22 410 55 103
Binary 10100101 10000111 11010001 10101 100011 0 10010 100001000 101101 1000011

Color Harmonies of #A587D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A587D1

Black with #A587D1

Text Example


Text Example

White with #A587D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A587D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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