Html Css Color HEX #A998C9 Biloba Flower

📋 copy color: '#A998C9'

red 169 ◦ green 152 ◦ blue 201

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

Shades of Biloba Flower #A998C9

Tints of Biloba Flower #A998C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.51%

R = 32.38%
G = 29.12%
B = 38.51%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A998C9 (or 0xA998C9) is known color: Biloba Flower. HEX triplet: A9, 98 and C9. RGB value is (169,152,201). Sum of RGB (Red+Green+Blue) = 169+152+201=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #A998C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998C9 is #566736. Grayscale: #A2A2A2. Windows color (decimal): -5662519 or 13211817. OLE color: 13211817.

HSL color Cylindrical-coordinate representation of color #A998C9: hue angle of 260.82º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A998C9 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 152 201 -
CMYK 0.16 0.24 0 0.21
HSL 260.82º 0.31% 0.69% -
HSV(B) 260.82º 0.24% 0.79% -
XYZ 38.13 35.11 60.03 -
YUV 162.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 169 152 201 0.16 0.24 0 0.21 260.82 0.31 0.69
Hex A9 98 C9 10 18 0 15 105 1F 45
Octal 251 230 311 20 30 0 25 405 37 105
Binary 10101001 10011000 11001001 10000 11000 0 10101 100000101 11111 1000101

Color Harmonies of #A998C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998C9

Black with #A998C9

Text Example


Text Example

White with #A998C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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