Html Css Color HEX #A493D9 Biloba Flower

📋 copy color: '#A493D9'

red 164 ◦ green 147 ◦ blue 217

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

Shades of Biloba Flower #A493D9

Tints of Biloba Flower #A493D9

RGB

 RED value IS 164 (64.45% from 255) = 31.06%

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

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 31.06%
G = 27.84%
B = 41.1%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A493D9 (or 0xA493D9) is known color: Biloba Flower. HEX triplet: A4, 93 and D9. RGB value is (164,147,217). Sum of RGB (Red+Green+Blue) = 164+147+217=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #A493D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493D9 is #5B6C26. Grayscale: #9F9F9F. Windows color (decimal): -5991463 or 14259108. OLE color: 14259108.

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

Color convert

RGB 164 147 217 -
CMYK 0.24 0.32 0 0.15
HSL 254.57º 0.48% 0.71% -
HSV(B) 254.57º 0.32% 0.85% -
XYZ 38.27 33.77 70.15 -
YUV 160.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 164 147 217 0.24 0.32 0 0.15 254.57 0.48 0.71
Hex A4 93 D9 18 20 0 F FF 30 47
Octal 244 223 331 30 40 0 17 377 60 107
Binary 10100100 10010011 11011001 11000 100000 0 1111 11111111 110000 1000111

Color Harmonies of #A493D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A493D9

Black with #A493D9

Text Example


Text Example

White with #A493D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A493D9; }

 p { color: rgb(164,147,217); }

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

background-color css

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

 a { background-color: rgb(164,147,217); }

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

border-color css

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

 span { border-color: rgb(164,147,217); }

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