Html Css Color HEX #A489CE Cold Purple

📋 copy color: '#A489CE'

red 164 ◦ green 137 ◦ blue 206

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

Shades of Cold Purple #A489CE

Tints of Cold Purple #A489CE

RGB

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

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

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

R = 32.35%
G = 27.02%
B = 40.63%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A489CE (or 0xA489CE) is known color: Cold Purple. HEX triplet: A4, 89 and CE. RGB value is (164,137,206). Sum of RGB (Red+Green+Blue) = 164+137+206=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #A489CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489CE is #5B7631. Grayscale: #989898. Windows color (decimal): -5994034 or 13535652. OLE color: 13535652.

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

Color convert

RGB 164 137 206 -
CMYK 0.20 0.33 0 0.19
HSL 263.48º 0.41% 0.67% -
HSV(B) 263.48º 0.33% 0.81% -
XYZ 35.4 30.24 62.36 -
YUV 152.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 164 137 206 0.20 0.33 0 0.19 263.48 0.41 0.67
Hex A4 89 CE 14 21 0 13 107 29 43
Octal 244 211 316 24 41 0 23 407 51 103
Binary 10100100 10001001 11001110 10100 100001 0 10011 100000111 101001 1000011

Color Harmonies of #A489CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489CE

Black with #A489CE

Text Example


Text Example

White with #A489CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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