Html Css Color HEX #A587C5 Cold Purple

📋 copy color: '#A587C5'

red 165 ◦ green 135 ◦ blue 197

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

Shades of Cold Purple #A587C5

Tints of Cold Purple #A587C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.64%

R = 33.2%
G = 27.16%
B = 39.64%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A587C5 (or 0xA587C5) is known color: Cold Purple. HEX triplet: A5, 87 and C5. RGB value is (165,135,197). Sum of RGB (Red+Green+Blue) = 165+135+197=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 197 - color contains mainly: blue. Hex color #A587C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A587C5 is #5A783A. Grayscale: #969696. Windows color (decimal): -5929019 or 12945317. OLE color: 12945317.

HSL color Cylindrical-coordinate representation of color #A587C5: hue angle of 269.03º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A587C5 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 135 197 -
CMYK 0.16 0.31 0 0.23
HSL 269.03º 0.35% 0.65% -
HSV(B) 269.03º 0.31% 0.77% -
XYZ 34.26 29.36 56.68 -
YUV 151.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 165 135 197 0.16 0.31 0 0.23 269.03 0.35 0.65
Hex A5 87 C5 10 1F 0 17 10D 23 41
Octal 245 207 305 20 37 0 27 415 43 101
Binary 10100101 10000111 11000101 10000 11111 0 10111 100001101 100011 1000001

Color Harmonies of #A587C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A587C5

Black with #A587C5

Text Example


Text Example

White with #A587C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A587C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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