Html Css Color HEX #A393EF Biloba Flower

📋 copy color: '#A393EF'

red 163 ◦ green 147 ◦ blue 239

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

Shades of Biloba Flower #A393EF

Tints of Biloba Flower #A393EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 29.69%
G = 26.78%
B = 43.53%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A393EF (or 0xA393EF) is known color: Biloba Flower. HEX triplet: A3, 93 and EF. RGB value is (163,147,239). Sum of RGB (Red+Green+Blue) = 163+147+239=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #A393EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393EF is #5C6C10. Grayscale: #A1A1A1. Windows color (decimal): -6056977 or 15700899. OLE color: 15700899.

HSL color Cylindrical-coordinate representation of color #A393EF: hue angle of 250.43º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A393EF is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 147 239 -
CMYK 0.32 0.38 0 0.06
HSL 250.43º 0.74% 0.76% -
HSV(B) 250.43º 0.38% 0.94% -
XYZ 41.12 34.89 86.23 -
YUV 162.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 163 147 239 0.32 0.38 0 0.06 250.43 0.74 0.76
Hex A3 93 EF 20 26 0 6 FA 4A 4C
Octal 243 223 357 40 46 0 6 372 112 114
Binary 10100011 10010011 11101111 100000 100110 0 110 11111010 1001010 1001100

Color Harmonies of #A393EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393EF

Black with #A393EF

Text Example


Text Example

White with #A393EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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