Html Css Color HEX #A989EE Biloba Flower

📋 copy color: '#A989EE'

red 169 ◦ green 137 ◦ blue 238

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

Shades of Biloba Flower #A989EE

Tints of Biloba Flower #A989EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.75%

R = 31.07%
G = 25.18%
B = 43.75%

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

#A989EE (or 0xA989EE) is known color: Biloba Flower. HEX triplet: A9, 89 and EE. RGB value is (169,137,238). Sum of RGB (Red+Green+Blue) = 169+137+238=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #A989EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A989EE is #567611. Grayscale: #9D9D9D. Windows color (decimal): -5666322 or 15632809. OLE color: 15632809.

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

Color convert

RGB 169 137 238 -
CMYK 0.29 0.42 0 0.07
HSL 259.01º 0.75% 0.74% -
HSV(B) 259.01º 0.42% 0.93% -
XYZ 40.74 32.5 85.01 -
YUV 158.08 173.1 135.79 -
System Red Green Blue C M Y K H S L
Decimal 169 137 238 0.29 0.42 0 0.07 259.01 0.75 0.74
Hex A9 89 EE 1D 2A 0 7 103 4B 4A
Octal 251 211 356 35 52 0 7 403 113 112
Binary 10101001 10001001 11101110 11101 101010 0 111 100000011 1001011 1001010

Color Harmonies of #A989EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A989EE

Black with #A989EE

Text Example


Text Example

White with #A989EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A989EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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