Html Css Color HEX #A99CFB Biloba Flower

📋 copy color: '#A99CFB'

red 169 ◦ green 156 ◦ blue 251

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

Shades of Biloba Flower #A99CFB

Tints of Biloba Flower #A99CFB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.08%

 BLUE value IS 251 (98.44% from 255) = 43.58%

R = 29.34%
G = 27.08%
B = 43.58%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A99CFB (or 0xA99CFB) is known color: Biloba Flower. HEX triplet: A9, 9C and FB. RGB value is (169,156,251). Sum of RGB (Red+Green+Blue) = 169+156+251=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #A99CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99CFB is #566304. Grayscale: #AAAAAA. Windows color (decimal): -5661445 or 16489641. OLE color: 16489641.

HSL color Cylindrical-coordinate representation of color #A99CFB: hue angle of 248.21º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A99CFB is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 156 251 -
CMYK 0.33 0.38 0 0.02
HSL 248.21º 0.92% 0.8% -
HSV(B) 248.21º 0.38% 0.98% -
XYZ 45.66 39.18 96.42 -
YUV 170.72 173.31 126.78 -
System Red Green Blue C M Y K H S L
Decimal 169 156 251 0.33 0.38 0 0.02 248.21 0.92 0.8
Hex A9 9C FB 21 26 0 2 F8 5C 50
Octal 251 234 373 41 46 0 2 370 134 120
Binary 10101001 10011100 11111011 100001 100110 0 10 11111000 1011100 1010000

Color Harmonies of #A99CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99CFB

Black with #A99CFB

Text Example


Text Example

White with #A99CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99CFB; }

 p { color: rgb(169,156,251); }

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

background-color css

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

 a { background-color: rgb(169,156,251); }

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

border-color css

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

 span { border-color: rgb(169,156,251); }

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