Html Css Color HEX #A989EC Biloba Flower

📋 copy color: '#A989EC'

red 169 ◦ green 137 ◦ blue 236

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

Shades of Biloba Flower #A989EC

Tints of Biloba Flower #A989EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 31.18%
G = 25.28%
B = 43.54%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A989EC (or 0xA989EC) is known color: Biloba Flower. HEX triplet: A9, 89 and EC. RGB value is (169,137,236). Sum of RGB (Red+Green+Blue) = 169+137+236=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #A989EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A989EC is #567613. Grayscale: #9D9D9D. Windows color (decimal): -5666324 or 15501737. OLE color: 15501737.

HSL color Cylindrical-coordinate representation of color #A989EC: hue angle of 259.39º degrees, saturation: 0.72, 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 #A989EC is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 137 236 -
CMYK 0.28 0.42 0 0.07
HSL 259.39º 0.72% 0.73% -
HSV(B) 259.39º 0.42% 0.93% -
XYZ 40.45 32.38 83.48 -
YUV 157.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 169 137 236 0.28 0.42 0 0.07 259.39 0.72 0.73
Hex A9 89 EC 1C 2A 0 7 103 48 49
Octal 251 211 354 34 52 0 7 403 110 111
Binary 10101001 10001001 11101100 11100 101010 0 111 100000011 1001000 1001001

Color Harmonies of #A989EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A989EC

Black with #A989EC

Text Example


Text Example

White with #A989EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A989EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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