Html Css Color HEX #A99BCE Biloba Flower

📋 copy color: '#A99BCE'

red 169 ◦ green 155 ◦ blue 206

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

Shades of Biloba Flower #A99BCE

Tints of Biloba Flower #A99BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 31.89%
G = 29.25%
B = 38.87%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A99BCE (or 0xA99BCE) is known color: Biloba Flower. HEX triplet: A9, 9B and CE. RGB value is (169,155,206). Sum of RGB (Red+Green+Blue) = 169+155+206=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #A99BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BCE is #566431. Grayscale: #A4A4A4. Windows color (decimal): -5661746 or 13540265. OLE color: 13540265.

HSL color Cylindrical-coordinate representation of color #A99BCE: hue angle of 256.47º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A99BCE is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 155 206 -
CMYK 0.18 0.25 0 0.19
HSL 256.47º 0.34% 0.71% -
HSV(B) 256.47º 0.25% 0.81% -
XYZ 39.22 36.33 63.34 -
YUV 165 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 169 155 206 0.18 0.25 0 0.19 256.47 0.34 0.71
Hex A9 9B CE 12 19 0 13 100 22 47
Octal 251 233 316 22 31 0 23 400 42 107
Binary 10101001 10011011 11001110 10010 11001 0 10011 100000000 100010 1000111

Color Harmonies of #A99BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BCE

Black with #A99BCE

Text Example


Text Example

White with #A99BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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