Html Css Color HEX #A393EC Biloba Flower

📋 copy color: '#A393EC'

red 163 ◦ green 147 ◦ blue 236

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

Shades of Biloba Flower #A393EC

Tints of Biloba Flower #A393EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.22%

R = 29.85%
G = 26.92%
B = 43.22%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A393EC (or 0xA393EC) is known color: Biloba Flower. HEX triplet: A3, 93 and EC. RGB value is (163,147,236). Sum of RGB (Red+Green+Blue) = 163+147+236=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #A393EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393EC is #5C6C13. Grayscale: #A1A1A1. Windows color (decimal): -6056980 or 15504291. OLE color: 15504291.

HSL color Cylindrical-coordinate representation of color #A393EC: hue angle of 250.79º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A393EC is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 147 236 -
CMYK 0.31 0.38 0 0.07
HSL 250.79º 0.7% 0.75% -
HSV(B) 250.79º 0.38% 0.93% -
XYZ 40.68 34.71 83.91 -
YUV 161.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 163 147 236 0.31 0.38 0 0.07 250.79 0.7 0.75
Hex A3 93 EC 1F 26 0 7 FB 46 4B
Octal 243 223 354 37 46 0 7 373 106 113
Binary 10100011 10010011 11101100 11111 100110 0 111 11111011 1000110 1001011

Color Harmonies of #A393EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393EC

Black with #A393EC

Text Example


Text Example

White with #A393EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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