Html Css Color HEX #A998DE Biloba Flower

📋 copy color: '#A998DE'

red 169 ◦ green 152 ◦ blue 222

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

Shades of Biloba Flower #A998DE

Tints of Biloba Flower #A998DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 31.12%
G = 27.99%
B = 40.88%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A998DE (or 0xA998DE) is known color: Biloba Flower. HEX triplet: A9, 98 and DE. RGB value is (169,152,222). Sum of RGB (Red+Green+Blue) = 169+152+222=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #A998DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998DE is #566721. Grayscale: #A4A4A4. Windows color (decimal): -5662498 or 14588073. OLE color: 14588073.

HSL color Cylindrical-coordinate representation of color #A998DE: hue angle of 254.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A998DE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 152 222 -
CMYK 0.24 0.32 0 0.13
HSL 254.57º 0.51% 0.73% -
HSV(B) 254.57º 0.32% 0.87% -
XYZ 40.78 36.17 73.94 -
YUV 165.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 169 152 222 0.24 0.32 0 0.13 254.57 0.51 0.73
Hex A9 98 DE 18 20 0 D FF 33 49
Octal 251 230 336 30 40 0 15 377 63 111
Binary 10101001 10011000 11011110 11000 100000 0 1101 11111111 110011 1001001

Color Harmonies of #A998DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998DE

Black with #A998DE

Text Example


Text Example

White with #A998DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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