Html Css Color HEX #A489DC Biloba Flower

📋 copy color: '#A489DC'

red 164 ◦ green 137 ◦ blue 220

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

Shades of Biloba Flower #A489DC

Tints of Biloba Flower #A489DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 31.48%
G = 26.3%
B = 42.23%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A489DC (or 0xA489DC) is known color: Biloba Flower. HEX triplet: A4, 89 and DC. RGB value is (164,137,220). Sum of RGB (Red+Green+Blue) = 164+137+220=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #A489DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489DC is #5B7623. Grayscale: #9A9A9A. Windows color (decimal): -5994020 or 14453156. OLE color: 14453156.

HSL color Cylindrical-coordinate representation of color #A489DC: hue angle of 259.52º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A489DC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 137 220 -
CMYK 0.25 0.38 0 0.14
HSL 259.52º 0.54% 0.7% -
HSV(B) 259.52º 0.38% 0.86% -
XYZ 37.17 30.95 71.73 -
YUV 154.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 164 137 220 0.25 0.38 0 0.14 259.52 0.54 0.7
Hex A4 89 DC 19 26 0 E 104 36 46
Octal 244 211 334 31 46 0 16 404 66 106
Binary 10100100 10001001 11011100 11001 100110 0 1110 100000100 110110 1000110

Color Harmonies of #A489DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489DC

Black with #A489DC

Text Example


Text Example

White with #A489DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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