Html Css Color HEX #A998DF Biloba Flower

📋 copy color: '#A998DF'

red 169 ◦ green 152 ◦ blue 223

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

Shades of Biloba Flower #A998DF

Tints of Biloba Flower #A998DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 31.07%
G = 27.94%
B = 40.99%

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

#A998DF (or 0xA998DF) is known color: Biloba Flower. HEX triplet: A9, 98 and DF. RGB value is (169,152,223). Sum of RGB (Red+Green+Blue) = 169+152+223=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #A998DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998DF is #566720. Grayscale: #A4A4A4. Windows color (decimal): -5662497 or 14653609. OLE color: 14653609.

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

Color convert

RGB 169 152 223 -
CMYK 0.24 0.32 0 0.13
HSL 254.37º 0.53% 0.74% -
HSV(B) 254.37º 0.32% 0.87% -
XYZ 40.91 36.22 74.65 -
YUV 165.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 169 152 223 0.24 0.32 0 0.13 254.37 0.53 0.74
Hex A9 98 DF 18 20 0 D FE 35 4A
Octal 251 230 337 30 40 0 15 376 65 112
Binary 10101001 10011000 11011111 11000 100000 0 1101 11111110 110101 1001010

Color Harmonies of #A998DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998DF

Black with #A998DF

Text Example


Text Example

White with #A998DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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