Html Css Color HEX #A99BEB Biloba Flower

📋 copy color: '#A99BEB'

red 169 ◦ green 155 ◦ blue 235

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

Shades of Biloba Flower #A99BEB

Tints of Biloba Flower #A99BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.73%

 BLUE value IS 235 (92.19% from 255) = 42.04%

R = 30.23%
G = 27.73%
B = 42.04%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A99BEB (or 0xA99BEB) is known color: Biloba Flower. HEX triplet: A9, 9B and EB. RGB value is (169,155,235). Sum of RGB (Red+Green+Blue) = 169+155+235=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #A99BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99BEB is #566414. Grayscale: #A7A7A7. Windows color (decimal): -5661717 or 15440809. OLE color: 15440809.

HSL color Cylindrical-coordinate representation of color #A99BEB: hue angle of 250.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A99BEB is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 155 235 -
CMYK 0.28 0.34 0 0.08
HSL 250.5º 0.67% 0.76% -
HSV(B) 250.5º 0.34% 0.92% -
XYZ 43.08 37.88 83.64 -
YUV 168.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 169 155 235 0.28 0.34 0 0.08 250.5 0.67 0.76
Hex A9 9B EB 1C 22 0 8 FB 43 4C
Octal 251 233 353 34 42 0 10 373 103 114
Binary 10101001 10011011 11101011 11100 100010 0 1000 11111011 1000011 1001100

Color Harmonies of #A99BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BEB

Black with #A99BEB

Text Example


Text Example

White with #A99BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BEB; }

 p { color: rgb(169,155,235); }

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

background-color css

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

 a { background-color: rgb(169,155,235); }

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

border-color css

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

 span { border-color: rgb(169,155,235); }

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