Html Css Color HEX #A99AEF Biloba Flower

📋 copy color: '#A99AEF'

red 169 ◦ green 154 ◦ blue 239

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

Shades of Biloba Flower #A99AEF

Tints of Biloba Flower #A99AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 30.07%
G = 27.4%
B = 42.53%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A99AEF (or 0xA99AEF) is known color: Biloba Flower. HEX triplet: A9, 9A and EF. RGB value is (169,154,239). Sum of RGB (Red+Green+Blue) = 169+154+239=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #A99AEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99AEF is #566510. Grayscale: #A7A7A7. Windows color (decimal): -5661969 or 15702697. OLE color: 15702697.

HSL color Cylindrical-coordinate representation of color #A99AEF: hue angle of 250.59º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A99AEF is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 154 239 -
CMYK 0.29 0.36 0 0.06
HSL 250.59º 0.73% 0.77% -
HSV(B) 250.59º 0.36% 0.94% -
XYZ 43.5 37.78 86.66 -
YUV 168.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 169 154 239 0.29 0.36 0 0.06 250.59 0.73 0.77
Hex A9 9A EF 1D 24 0 6 FB 49 4D
Octal 251 232 357 35 44 0 6 373 111 115
Binary 10101001 10011010 11101111 11101 100100 0 110 11111011 1001001 1001101

Color Harmonies of #A99AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99AEF

Black with #A99AEF

Text Example


Text Example

White with #A99AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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