Html Css Color HEX #A489DD Biloba Flower

📋 copy color: '#A489DD'

red 164 ◦ green 137 ◦ blue 221

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

Shades of Biloba Flower #A489DD

Tints of Biloba Flower #A489DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 31.42%
G = 26.25%
B = 42.34%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A489DD (or 0xA489DD) is known color: Biloba Flower. HEX triplet: A4, 89 and DD. RGB value is (164,137,221). Sum of RGB (Red+Green+Blue) = 164+137+221=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #A489DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489DD is #5B7622. Grayscale: #9A9A9A. Windows color (decimal): -5994019 or 14518692. OLE color: 14518692.

HSL color Cylindrical-coordinate representation of color #A489DD: hue angle of 259.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A489DD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 137 221 -
CMYK 0.26 0.38 0 0.13
HSL 259.29º 0.55% 0.7% -
HSV(B) 259.29º 0.38% 0.87% -
XYZ 37.31 31 72.42 -
YUV 154.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 164 137 221 0.26 0.38 0 0.13 259.29 0.55 0.7
Hex A4 89 DD 1A 26 0 D 103 37 46
Octal 244 211 335 32 46 0 15 403 67 106
Binary 10100100 10001001 11011101 11010 100110 0 1101 100000011 110111 1000110

Color Harmonies of #A489DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489DD

Black with #A489DD

Text Example


Text Example

White with #A489DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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