Html Css Color HEX #A393DE Biloba Flower

📋 copy color: '#A393DE'

red 163 ◦ green 147 ◦ blue 222

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

Shades of Biloba Flower #A393DE

Tints of Biloba Flower #A393DE

RGB

 RED value IS 163 (64.06% from 255) = 30.64%

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

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 30.64%
G = 27.63%
B = 41.73%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A393DE (or 0xA393DE) is known color: Biloba Flower. HEX triplet: A3, 93 and DE. RGB value is (163,147,222). Sum of RGB (Red+Green+Blue) = 163+147+222=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #A393DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393DE is #5C6C21. Grayscale: #A0A0A0. Windows color (decimal): -6056994 or 14586787. OLE color: 14586787.

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

Color convert

RGB 163 147 222 -
CMYK 0.27 0.34 0 0.13
HSL 252.8º 0.53% 0.72% -
HSV(B) 252.8º 0.34% 0.87% -
XYZ 38.72 33.93 73.62 -
YUV 160.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 163 147 222 0.27 0.34 0 0.13 252.8 0.53 0.72
Hex A3 93 DE 1B 22 0 D FD 35 48
Octal 243 223 336 33 42 0 15 375 65 110
Binary 10100011 10010011 11011110 11011 100010 0 1101 11111101 110101 1001000

Color Harmonies of #A393DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393DE

Black with #A393DE

Text Example


Text Example

White with #A393DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393DE; }

 p { color: rgb(163,147,222); }

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

background-color css

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

 a { background-color: rgb(163,147,222); }

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

border-color css

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

 span { border-color: rgb(163,147,222); }

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