Html Css Color HEX #A99BEA Biloba Flower

📋 copy color: '#A99BEA'

red 169 ◦ green 155 ◦ blue 234

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

Shades of Biloba Flower #A99BEA

Tints of Biloba Flower #A99BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.94%

R = 30.29%
G = 27.78%
B = 41.94%

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

#A99BEA (or 0xA99BEA) is known color: Biloba Flower. HEX triplet: A9, 9B and EA. RGB value is (169,155,234). Sum of RGB (Red+Green+Blue) = 169+155+234=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #A99BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99BEA is #566415. Grayscale: #A7A7A7. Windows color (decimal): -5661718 or 15375273. OLE color: 15375273.

HSL color Cylindrical-coordinate representation of color #A99BEA: hue angle of 250.63º degrees, saturation: 0.65, 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 #A99BEA is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 155 234 -
CMYK 0.28 0.34 0 0.08
HSL 250.63º 0.65% 0.76% -
HSV(B) 250.63º 0.34% 0.92% -
XYZ 42.93 37.82 82.88 -
YUV 168.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 169 155 234 0.28 0.34 0 0.08 250.63 0.65 0.76
Hex A9 9B EA 1C 22 0 8 FB 41 4C
Octal 251 233 352 34 42 0 10 373 101 114
Binary 10101001 10011011 11101010 11100 100010 0 1000 11111011 1000001 1001100

Color Harmonies of #A99BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BEA

Black with #A99BEA

Text Example


Text Example

White with #A99BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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