Html Css Color HEX #A993DF Biloba Flower

📋 copy color: '#A993DF'

red 169 ◦ green 147 ◦ blue 223

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

Shades of Biloba Flower #A993DF

Tints of Biloba Flower #A993DF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.27%

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

R = 31.35%
G = 27.27%
B = 41.37%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A993DF (or 0xA993DF) is known color: Biloba Flower. HEX triplet: A9, 93 and DF. RGB value is (169,147,223). Sum of RGB (Red+Green+Blue) = 169+147+223=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #A993DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993DF is #566C20. Grayscale: #A1A1A1. Windows color (decimal): -5663777 or 14652329. OLE color: 14652329.

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

Color convert

RGB 169 147 223 -
CMYK 0.24 0.34 0 0.13
HSL 257.37º 0.54% 0.73% -
HSV(B) 257.37º 0.34% 0.87% -
XYZ 40.12 34.63 74.38 -
YUV 162.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 169 147 223 0.24 0.34 0 0.13 257.37 0.54 0.73
Hex A9 93 DF 18 22 0 D 101 36 49
Octal 251 223 337 30 42 0 15 401 66 111
Binary 10101001 10010011 11011111 11000 100010 0 1101 100000001 110110 1001001

Color Harmonies of #A993DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993DF

Black with #A993DF

Text Example


Text Example

White with #A993DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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