Html Css Color HEX #A989ED Biloba Flower

📋 copy color: '#A989ED'

red 169 ◦ green 137 ◦ blue 237

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

Shades of Biloba Flower #A989ED

Tints of Biloba Flower #A989ED

RGB

 RED value IS 169 (66.41% from 255) = 31.12%

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

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 31.12%
G = 25.23%
B = 43.65%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A989ED (or 0xA989ED) is known color: Biloba Flower. HEX triplet: A9, 89 and ED. RGB value is (169,137,237). Sum of RGB (Red+Green+Blue) = 169+137+237=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #A989ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A989ED is #567612. Grayscale: #9D9D9D. Windows color (decimal): -5666323 or 15567273. OLE color: 15567273.

HSL color Cylindrical-coordinate representation of color #A989ED: hue angle of 259.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A989ED is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 137 237 -
CMYK 0.29 0.42 0 0.07
HSL 259.2º 0.74% 0.73% -
HSV(B) 259.2º 0.42% 0.93% -
XYZ 40.59 32.44 84.24 -
YUV 157.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 169 137 237 0.29 0.42 0 0.07 259.2 0.74 0.73
Hex A9 89 ED 1D 2A 0 7 103 4A 49
Octal 251 211 355 35 52 0 7 403 112 111
Binary 10101001 10001001 11101101 11101 101010 0 111 100000011 1001010 1001001

Color Harmonies of #A989ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A989ED

Black with #A989ED

Text Example


Text Example

White with #A989ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A989ED; }

 p { color: rgb(169,137,237); }

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

background-color css

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

 a { background-color: rgb(169,137,237); }

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

border-color css

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

 span { border-color: rgb(169,137,237); }

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