Html Css Color HEX #A99AE6 Biloba Flower

📋 copy color: '#A99AE6'

red 169 ◦ green 154 ◦ blue 230

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

Shades of Biloba Flower #A99AE6

Tints of Biloba Flower #A99AE6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.85%

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 30.56%
G = 27.85%
B = 41.59%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A99AE6 (or 0xA99AE6) is known color: Biloba Flower. HEX triplet: A9, 9A and E6. RGB value is (169,154,230). Sum of RGB (Red+Green+Blue) = 169+154+230=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #A99AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99AE6 is #566519. Grayscale: #A6A6A6. Windows color (decimal): -5661978 or 15112873. OLE color: 15112873.

HSL color Cylindrical-coordinate representation of color #A99AE6: hue angle of 251.84º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99AE6 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 154 230 -
CMYK 0.27 0.33 0 0.10
HSL 251.84º 0.6% 0.75% -
HSV(B) 251.84º 0.33% 0.9% -
XYZ 42.2 37.26 79.83 -
YUV 167.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 169 154 230 0.27 0.33 0 0.10 251.84 0.6 0.75
Hex A9 9A E6 1B 21 0 A FC 3C 4B
Octal 251 232 346 33 41 0 12 374 74 113
Binary 10101001 10011010 11100110 11011 100001 0 1010 11111100 111100 1001011

Color Harmonies of #A99AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99AE6

Black with #A99AE6

Text Example


Text Example

White with #A99AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99AE6; }

 p { color: rgb(169,154,230); }

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

background-color css

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

 a { background-color: rgb(169,154,230); }

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

border-color css

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

 span { border-color: rgb(169,154,230); }

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