Html Css Color HEX #A487C2 Cold Purple

📋 copy color: '#A487C2'

red 164 ◦ green 135 ◦ blue 194

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

Shades of Cold Purple #A487C2

Tints of Cold Purple #A487C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.35%

R = 33.27%
G = 27.38%
B = 39.35%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A487C2 (or 0xA487C2) is known color: Cold Purple. HEX triplet: A4, 87 and C2. RGB value is (164,135,194). Sum of RGB (Red+Green+Blue) = 164+135+194=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 194 - color contains mainly: blue. Hex color #A487C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487C2 is #5B783D. Grayscale: #969696. Windows color (decimal): -5994558 or 12748708. OLE color: 12748708.

HSL color Cylindrical-coordinate representation of color #A487C2: hue angle of 269.49º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A487C2 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 135 194 -
CMYK 0.15 0.30 0 0.24
HSL 269.49º 0.33% 0.65% -
HSV(B) 269.49º 0.3% 0.76% -
XYZ 33.71 29.12 54.88 -
YUV 150.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 164 135 194 0.15 0.30 0 0.24 269.49 0.33 0.65
Hex A4 87 C2 F 1E 0 18 10D 21 41
Octal 244 207 302 17 36 0 30 415 41 101
Binary 10100100 10000111 11000010 1111 11110 0 11000 100001101 100001 1000001

Color Harmonies of #A487C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A487C2

Black with #A487C2

Text Example


Text Example

White with #A487C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A487C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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