Html Css Color HEX #A99BF0 Biloba Flower

📋 copy color: '#A99BF0'

red 169 ◦ green 155 ◦ blue 240

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

Shades of Biloba Flower #A99BF0

Tints of Biloba Flower #A99BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 29.96%
G = 27.48%
B = 42.55%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A99BF0 (or 0xA99BF0) is known color: Biloba Flower. HEX triplet: A9, 9B and F0. RGB value is (169,155,240). Sum of RGB (Red+Green+Blue) = 169+155+240=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #A99BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99BF0 is #56640F. Grayscale: #A8A8A8. Windows color (decimal): -5661712 or 15768489. OLE color: 15768489.

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

Color convert

RGB 169 155 240 -
CMYK 0.30 0.35 0 0.06
HSL 249.88º 0.74% 0.77% -
HSV(B) 249.88º 0.35% 0.94% -
XYZ 43.81 38.17 87.5 -
YUV 168.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 169 155 240 0.30 0.35 0 0.06 249.88 0.74 0.77
Hex A9 9B F0 1E 23 0 6 FA 4A 4D
Octal 251 233 360 36 43 0 6 372 112 115
Binary 10101001 10011011 11110000 11110 100011 0 110 11111010 1001010 1001101

Color Harmonies of #A99BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BF0

Black with #A99BF0

Text Example


Text Example

White with #A99BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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