Html Css Color HEX #A487CA Cold Purple

📋 copy color: '#A487CA'

red 164 ◦ green 135 ◦ blue 202

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

Shades of Cold Purple #A487CA

Tints of Cold Purple #A487CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 32.73%
G = 26.95%
B = 40.32%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A487CA (or 0xA487CA) is known color: Cold Purple. HEX triplet: A4, 87 and CA. RGB value is (164,135,202). Sum of RGB (Red+Green+Blue) = 164+135+202=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #A487CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487CA is #5B7835. Grayscale: #979797. Windows color (decimal): -5994550 or 13272996. OLE color: 13272996.

HSL color Cylindrical-coordinate representation of color #A487CA: hue angle of 265.97º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A487CA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 135 202 -
CMYK 0.19 0.33 0 0.21
HSL 265.97º 0.39% 0.66% -
HSV(B) 265.97º 0.33% 0.79% -
XYZ 34.63 29.48 59.74 -
YUV 151.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 164 135 202 0.19 0.33 0 0.21 265.97 0.39 0.66
Hex A4 87 CA 13 21 0 15 10A 27 42
Octal 244 207 312 23 41 0 25 412 47 102
Binary 10100100 10000111 11001010 10011 100001 0 10101 100001010 100111 1000010

Color Harmonies of #A487CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A487CA

Black with #A487CA

Text Example


Text Example

White with #A487CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A487CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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