Html Css Color HEX #A899E8 Biloba Flower

📋 copy color: '#A899E8'

red 168 ◦ green 153 ◦ blue 232

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

Shades of Biloba Flower #A899E8

Tints of Biloba Flower #A899E8

RGB

 RED value IS 168 (66.02% from 255) = 30.38%

 GREEN value IS 153 (60.16% from 255) = 27.67%

 BLUE value IS 232 (91.02% from 255) = 41.95%

R = 30.38%
G = 27.67%
B = 41.95%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A899E8 (or 0xA899E8) is known color: Biloba Flower. HEX triplet: A8, 99 and E8. RGB value is (168,153,232). Sum of RGB (Red+Green+Blue) = 168+153+232=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #A899E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899E8 is #576617. Grayscale: #A6A6A6. Windows color (decimal): -5727768 or 15243688. OLE color: 15243688.

HSL color Cylindrical-coordinate representation of color #A899E8: hue angle of 251.39º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A899E8 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 153 232 -
CMYK 0.28 0.34 0 0.09
HSL 251.39º 0.63% 0.75% -
HSV(B) 251.39º 0.34% 0.91% -
XYZ 42.11 36.93 81.25 -
YUV 166.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 168 153 232 0.28 0.34 0 0.09 251.39 0.63 0.75
Hex A8 99 E8 1C 22 0 9 FB 3F 4B
Octal 250 231 350 34 42 0 11 373 77 113
Binary 10101000 10011001 11101000 11100 100010 0 1001 11111011 111111 1001011

Color Harmonies of #A899E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899E8

Black with #A899E8

Text Example


Text Example

White with #A899E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899E8; }

 p { color: rgb(168,153,232); }

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

background-color css

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

 a { background-color: rgb(168,153,232); }

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

border-color css

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

 span { border-color: rgb(168,153,232); }

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