Html Css Color HEX #A489C2 Cold Purple

📋 copy color: '#A489C2'

red 164 ◦ green 137 ◦ blue 194

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

Shades of Cold Purple #A489C2

Tints of Cold Purple #A489C2

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.68%

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

R = 33.13%
G = 27.68%
B = 39.19%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A489C2 (or 0xA489C2) is known color: Cold Purple. HEX triplet: A4, 89 and C2. RGB value is (164,137,194). Sum of RGB (Red+Green+Blue) = 164+137+194=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 194 - color contains mainly: blue. Hex color #A489C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489C2 is #5B763D. Grayscale: #979797. Windows color (decimal): -5994046 or 12749220. OLE color: 12749220.

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

Color convert

RGB 164 137 194 -
CMYK 0.15 0.29 0 0.24
HSL 268.42º 0.32% 0.65% -
HSV(B) 268.42º 0.29% 0.76% -
XYZ 33.99 29.68 54.98 -
YUV 151.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 164 137 194 0.15 0.29 0 0.24 268.42 0.32 0.65
Hex A4 89 C2 F 1D 0 18 10C 20 41
Octal 244 211 302 17 35 0 30 414 40 101
Binary 10100100 10001001 11000010 1111 11101 0 11000 100001100 100000 1000001

Color Harmonies of #A489C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489C2

Black with #A489C2

Text Example


Text Example

White with #A489C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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