Html Css Color HEX #A998E9 Biloba Flower

📋 copy color: '#A998E9'

red 169 ◦ green 152 ◦ blue 233

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

Shades of Biloba Flower #A998E9

Tints of Biloba Flower #A998E9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.44%

 BLUE value IS 233 (91.41% from 255) = 42.06%

R = 30.51%
G = 27.44%
B = 42.06%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A998E9 (or 0xA998E9) is known color: Biloba Flower. HEX triplet: A9, 98 and E9. RGB value is (169,152,233). Sum of RGB (Red+Green+Blue) = 169+152+233=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #A998E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A998E9 is #566716. Grayscale: #A6A6A6. Windows color (decimal): -5662487 or 15308969. OLE color: 15308969.

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

Color convert

RGB 169 152 233 -
CMYK 0.27 0.35 0 0.09
HSL 252.59º 0.65% 0.75% -
HSV(B) 252.59º 0.35% 0.91% -
XYZ 42.3 36.77 81.96 -
YUV 166.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 169 152 233 0.27 0.35 0 0.09 252.59 0.65 0.75
Hex A9 98 E9 1B 23 0 9 FD 41 4B
Octal 251 230 351 33 43 0 11 375 101 113
Binary 10101001 10011000 11101001 11011 100011 0 1001 11111101 1000001 1001011

Color Harmonies of #A998E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998E9

Black with #A998E9

Text Example


Text Example

White with #A998E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998E9; }

 p { color: rgb(169,152,233); }

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

background-color css

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

 a { background-color: rgb(169,152,233); }

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

border-color css

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

 span { border-color: rgb(169,152,233); }

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