Html Css Color HEX #A493E0 Biloba Flower

📋 copy color: '#A493E0'

red 164 ◦ green 147 ◦ blue 224

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

Shades of Biloba Flower #A493E0

Tints of Biloba Flower #A493E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.87%

R = 30.65%
G = 27.48%
B = 41.87%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A493E0 (or 0xA493E0) is known color: Biloba Flower. HEX triplet: A4, 93 and E0. RGB value is (164,147,224). Sum of RGB (Red+Green+Blue) = 164+147+224=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #A493E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493E0 is #5B6C1F. Grayscale: #A0A0A0. Windows color (decimal): -5991456 or 14717860. OLE color: 14717860.

HSL color Cylindrical-coordinate representation of color #A493E0: hue angle of 253.25º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A493E0 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 147 224 -
CMYK 0.27 0.34 0 0.12
HSL 253.25º 0.55% 0.73% -
HSV(B) 253.25º 0.34% 0.88% -
XYZ 39.2 34.14 75.05 -
YUV 160.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 164 147 224 0.27 0.34 0 0.12 253.25 0.55 0.73
Hex A4 93 E0 1B 22 0 C FD 37 49
Octal 244 223 340 33 42 0 14 375 67 111
Binary 10100100 10010011 11100000 11011 100010 0 1100 11111101 110111 1001001

Color Harmonies of #A493E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A493E0

Black with #A493E0

Text Example


Text Example

White with #A493E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A493E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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