Html Css Color HEX #A493DF Biloba Flower

📋 copy color: '#A493DF'

red 164 ◦ green 147 ◦ blue 223

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

Shades of Biloba Flower #A493DF

Tints of Biloba Flower #A493DF

RGB

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

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

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

R = 30.71%
G = 27.53%
B = 41.76%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A493DF (or 0xA493DF) is known color: Biloba Flower. HEX triplet: A4, 93 and DF. RGB value is (164,147,223). Sum of RGB (Red+Green+Blue) = 164+147+223=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #A493DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493DF is #5B6C20. Grayscale: #A0A0A0. Windows color (decimal): -5991457 or 14652324. OLE color: 14652324.

HSL color Cylindrical-coordinate representation of color #A493DF: hue angle of 253.42º 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 #A493DF is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 147 223 -
CMYK 0.26 0.34 0 0.13
HSL 253.42º 0.54% 0.73% -
HSV(B) 253.42º 0.34% 0.87% -
XYZ 39.06 34.09 74.33 -
YUV 160.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 164 147 223 0.26 0.34 0 0.13 253.42 0.54 0.73
Hex A4 93 DF 1A 22 0 D FD 36 49
Octal 244 223 337 32 42 0 15 375 66 111
Binary 10100100 10010011 11011111 11010 100010 0 1101 11111101 110110 1001001

Color Harmonies of #A493DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A493DF

Black with #A493DF

Text Example


Text Example

White with #A493DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A493DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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