Html Css Color HEX #A998E0 Biloba Flower

📋 copy color: '#A998E0'

red 169 ◦ green 152 ◦ blue 224

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

Shades of Biloba Flower #A998E0

Tints of Biloba Flower #A998E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.1%

R = 31.01%
G = 27.89%
B = 41.1%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A998E0 (or 0xA998E0) is known color: Biloba Flower. HEX triplet: A9, 98 and E0. RGB value is (169,152,224). Sum of RGB (Red+Green+Blue) = 169+152+224=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #A998E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998E0 is #56671F. Grayscale: #A5A5A5. Windows color (decimal): -5662496 or 14719145. OLE color: 14719145.

HSL color Cylindrical-coordinate representation of color #A998E0: hue angle of 254.17º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A998E0 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 152 224 -
CMYK 0.25 0.32 0 0.12
HSL 254.17º 0.54% 0.74% -
HSV(B) 254.17º 0.32% 0.88% -
XYZ 41.04 36.27 75.36 -
YUV 165.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 169 152 224 0.25 0.32 0 0.12 254.17 0.54 0.74
Hex A9 98 E0 19 20 0 C FE 36 4A
Octal 251 230 340 31 40 0 14 376 66 112
Binary 10101001 10011000 11100000 11001 100000 0 1100 11111110 110110 1001010

Color Harmonies of #A998E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998E0

Black with #A998E0

Text Example


Text Example

White with #A998E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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