Html Css Color HEX #A998E8 Biloba Flower

📋 copy color: '#A998E8'

red 169 ◦ green 152 ◦ blue 232

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

Shades of Biloba Flower #A998E8

Tints of Biloba Flower #A998E8

RGB

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

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

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

R = 30.56%
G = 27.49%
B = 41.95%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A998E8 (or 0xA998E8) is known color: Biloba Flower. HEX triplet: A9, 98 and E8. RGB value is (169,152,232). Sum of RGB (Red+Green+Blue) = 169+152+232=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 152 (59.77% from 255 or 27.49% 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 #A998E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A998E8 is #566717. Grayscale: #A5A5A5. Windows color (decimal): -5662488 or 15243433. OLE color: 15243433.

HSL color Cylindrical-coordinate representation of color #A998E8: hue angle of 252.75º 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 #A998E8 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 152 232 -
CMYK 0.27 0.34 0 0.09
HSL 252.75º 0.63% 0.75% -
HSV(B) 252.75º 0.34% 0.91% -
XYZ 42.16 36.72 81.21 -
YUV 166.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 169 152 232 0.27 0.34 0 0.09 252.75 0.63 0.75
Hex A9 98 E8 1B 22 0 9 FD 3F 4B
Octal 251 230 350 33 42 0 11 375 77 113
Binary 10101001 10011000 11101000 11011 100010 0 1001 11111101 111111 1001011

Color Harmonies of #A998E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998E8

Black with #A998E8

Text Example


Text Example

White with #A998E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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