Html Css Color HEX #A487D2 Cold Purple

📋 copy color: '#A487D2'

red 164 ◦ green 135 ◦ blue 210

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

Shades of Cold Purple #A487D2

Tints of Cold Purple #A487D2

RGB

 RED value IS 164 (64.45% from 255) = 32.22%

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

 BLUE value IS 210 (82.42% from 255) = 41.26%

R = 32.22%
G = 26.52%
B = 41.26%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A487D2 (or 0xA487D2) is known color: Cold Purple. HEX triplet: A4, 87 and D2. RGB value is (164,135,210). Sum of RGB (Red+Green+Blue) = 164+135+210=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #A487D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487D2 is #5B782D. Grayscale: #979797. Windows color (decimal): -5994542 or 13797284. OLE color: 13797284.

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

Color convert

RGB 164 135 210 -
CMYK 0.22 0.36 0 0.18
HSL 263.2º 0.45% 0.68% -
HSV(B) 263.2º 0.36% 0.82% -
XYZ 35.61 29.87 64.86 -
YUV 152.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 164 135 210 0.22 0.36 0 0.18 263.2 0.45 0.68
Hex A4 87 D2 16 24 0 12 107 2D 44
Octal 244 207 322 26 44 0 22 407 55 104
Binary 10100100 10000111 11010010 10110 100100 0 10010 100000111 101101 1000100

Color Harmonies of #A487D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A487D2

Black with #A487D2

Text Example


Text Example

White with #A487D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A487D2; }

 p { color: rgb(164,135,210); }

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

background-color css

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

 a { background-color: rgb(164,135,210); }

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

border-color css

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

 span { border-color: rgb(164,135,210); }

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