Html Css Color HEX #A587CF Cold Purple

📋 copy color: '#A587CF'

red 165 ◦ green 135 ◦ blue 207

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

Shades of Cold Purple #A587CF

Tints of Cold Purple #A587CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 32.54%
G = 26.63%
B = 40.83%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A587CF (or 0xA587CF) is known color: Cold Purple. HEX triplet: A5, 87 and CF. RGB value is (165,135,207). Sum of RGB (Red+Green+Blue) = 165+135+207=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #A587CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A587CF is #5A7830. Grayscale: #979797. Windows color (decimal): -5929009 or 13600677. OLE color: 13600677.

HSL color Cylindrical-coordinate representation of color #A587CF: hue angle of 265º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A587CF is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 135 207 -
CMYK 0.20 0.35 0 0.19
HSL 265º 0.43% 0.67% -
HSV(B) 265º 0.35% 0.81% -
XYZ 35.44 29.83 62.92 -
YUV 152.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 165 135 207 0.20 0.35 0 0.19 265 0.43 0.67
Hex A5 87 CF 14 23 0 13 109 2B 43
Octal 245 207 317 24 43 0 23 411 53 103
Binary 10100101 10000111 11001111 10100 100011 0 10011 100001001 101011 1000011

Color Harmonies of #A587CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A587CF

Black with #A587CF

Text Example


Text Example

White with #A587CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A587CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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