Html Css Color HEX #A899EA Biloba Flower

📋 copy color: '#A899EA'

red 168 ◦ green 153 ◦ blue 234

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

Shades of Biloba Flower #A899EA

Tints of Biloba Flower #A899EA

RGB

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

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

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

R = 30.27%
G = 27.57%
B = 42.16%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A899EA (or 0xA899EA) is known color: Biloba Flower. HEX triplet: A8, 99 and EA. RGB value is (168,153,234). Sum of RGB (Red+Green+Blue) = 168+153+234=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #A899EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899EA is #576615. Grayscale: #A6A6A6. Windows color (decimal): -5727766 or 15374760. OLE color: 15374760.

HSL color Cylindrical-coordinate representation of color #A899EA: hue angle of 251.11º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A899EA is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 153 234 -
CMYK 0.28 0.35 0 0.08
HSL 251.11º 0.66% 0.76% -
HSV(B) 251.11º 0.35% 0.92% -
XYZ 42.39 37.05 82.76 -
YUV 166.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 168 153 234 0.28 0.35 0 0.08 251.11 0.66 0.76
Hex A8 99 EA 1C 23 0 8 FB 42 4C
Octal 250 231 352 34 43 0 10 373 102 114
Binary 10101000 10011001 11101010 11100 100011 0 1000 11111011 1000010 1001100

Color Harmonies of #A899EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899EA

Black with #A899EA

Text Example


Text Example

White with #A899EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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