Html Css Color HEX #A998DC Biloba Flower

📋 copy color: '#A998DC'

red 169 ◦ green 152 ◦ blue 220

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

Shades of Biloba Flower #A998DC

Tints of Biloba Flower #A998DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 31.24%
G = 28.1%
B = 40.67%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A998DC (or 0xA998DC) is known color: Biloba Flower. HEX triplet: A9, 98 and DC. RGB value is (169,152,220). Sum of RGB (Red+Green+Blue) = 169+152+220=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #A998DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998DC is #566723. Grayscale: #A4A4A4. Windows color (decimal): -5662500 or 14457001. OLE color: 14457001.

HSL color Cylindrical-coordinate representation of color #A998DC: hue angle of 255º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A998DC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 152 220 -
CMYK 0.23 0.31 0 0.14
HSL 255º 0.49% 0.73% -
HSV(B) 255º 0.31% 0.86% -
XYZ 40.51 36.06 72.54 -
YUV 164.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 169 152 220 0.23 0.31 0 0.14 255 0.49 0.73
Hex A9 98 DC 17 1F 0 E FF 31 49
Octal 251 230 334 27 37 0 16 377 61 111
Binary 10101001 10011000 11011100 10111 11111 0 1110 11111111 110001 1001001

Color Harmonies of #A998DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998DC

Black with #A998DC

Text Example


Text Example

White with #A998DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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