Html Css Color HEX #A487CE Cold Purple

📋 copy color: '#A487CE'

red 164 ◦ green 135 ◦ blue 206

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

Shades of Cold Purple #A487CE

Tints of Cold Purple #A487CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 32.48%
G = 26.73%
B = 40.79%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A487CE (or 0xA487CE) is known color: Cold Purple. HEX triplet: A4, 87 and CE. RGB value is (164,135,206). Sum of RGB (Red+Green+Blue) = 164+135+206=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #A487CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487CE is #5B7831. Grayscale: #979797. Windows color (decimal): -5994546 or 13535140. OLE color: 13535140.

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

Color convert

RGB 164 135 206 -
CMYK 0.20 0.34 0 0.19
HSL 264.51º 0.42% 0.67% -
HSV(B) 264.51º 0.34% 0.81% -
XYZ 35.11 29.68 62.27 -
YUV 151.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 164 135 206 0.20 0.34 0 0.19 264.51 0.42 0.67
Hex A4 87 CE 14 22 0 13 109 2A 43
Octal 244 207 316 24 42 0 23 411 52 103
Binary 10100100 10000111 11001110 10100 100010 0 10011 100001001 101010 1000011

Color Harmonies of #A487CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A487CE

Black with #A487CE

Text Example


Text Example

White with #A487CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A487CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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