Html Css Color HEX #A489CF Cold Purple

📋 copy color: '#A489CF'

red 164 ◦ green 137 ◦ blue 207

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

Shades of Cold Purple #A489CF

Tints of Cold Purple #A489CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 32.28%
G = 26.97%
B = 40.75%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A489CF (or 0xA489CF) is known color: Cold Purple. HEX triplet: A4, 89 and CF. RGB value is (164,137,207). Sum of RGB (Red+Green+Blue) = 164+137+207=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #A489CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489CF is #5B7630. Grayscale: #989898. Windows color (decimal): -5994033 or 13601188. OLE color: 13601188.

HSL color Cylindrical-coordinate representation of color #A489CF: hue angle of 263.14º 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 #A489CF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 137 207 -
CMYK 0.21 0.34 0 0.19
HSL 263.14º 0.42% 0.67% -
HSV(B) 263.14º 0.34% 0.81% -
XYZ 35.52 30.29 63.01 -
YUV 153.05 158.45 135.81 -
System Red Green Blue C M Y K H S L
Decimal 164 137 207 0.21 0.34 0 0.19 263.14 0.42 0.67
Hex A4 89 CF 15 22 0 13 107 2A 43
Octal 244 211 317 25 42 0 23 407 52 103
Binary 10100100 10001001 11001111 10101 100010 0 10011 100000111 101010 1000011

Color Harmonies of #A489CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489CF

Black with #A489CF

Text Example


Text Example

White with #A489CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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