Html Css Color HEX #A998C6 Biloba Flower

📋 copy color: '#A998C6'

red 169 ◦ green 152 ◦ blue 198

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

Shades of Biloba Flower #A998C6

Tints of Biloba Flower #A998C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.15%

R = 32.56%
G = 29.29%
B = 38.15%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A998C6 (or 0xA998C6) is known color: Biloba Flower. HEX triplet: A9, 98 and C6. RGB value is (169,152,198). Sum of RGB (Red+Green+Blue) = 169+152+198=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #A998C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998C6 is #566739. Grayscale: #A2A2A2. Windows color (decimal): -5662522 or 13015209. OLE color: 13015209.

HSL color Cylindrical-coordinate representation of color #A998C6: hue angle of 262.17º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A998C6 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 152 198 -
CMYK 0.15 0.23 0 0.22
HSL 262.17º 0.29% 0.69% -
HSV(B) 262.17º 0.23% 0.78% -
XYZ 37.78 34.97 58.18 -
YUV 162.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 169 152 198 0.15 0.23 0 0.22 262.17 0.29 0.69
Hex A9 98 C6 F 17 0 16 106 1D 45
Octal 251 230 306 17 27 0 26 406 35 105
Binary 10101001 10011000 11000110 1111 10111 0 10110 100000110 11101 1000101

Color Harmonies of #A998C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998C6

Black with #A998C6

Text Example


Text Example

White with #A998C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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