Html Css Color HEX #A393FA Biloba Flower

📋 copy color: '#A393FA'

red 163 ◦ green 147 ◦ blue 250

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

Shades of Biloba Flower #A393FA

Tints of Biloba Flower #A393FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 29.11%
G = 26.25%
B = 44.64%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A393FA (or 0xA393FA) is known color: Biloba Flower. HEX triplet: A3, 93 and FA. RGB value is (163,147,250). Sum of RGB (Red+Green+Blue) = 163+147+250=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #A393FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393FA is #5C6C05. Grayscale: #A3A3A3. Windows color (decimal): -6056966 or 16421795. OLE color: 16421795.

HSL color Cylindrical-coordinate representation of color #A393FA: hue angle of 249.32º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A393FA is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 147 250 -
CMYK 0.35 0.41 0 0.02
HSL 249.32º 0.91% 0.78% -
HSV(B) 249.32º 0.41% 0.98% -
XYZ 42.79 35.56 95.05 -
YUV 163.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 163 147 250 0.35 0.41 0 0.02 249.32 0.91 0.78
Hex A3 93 FA 23 29 0 2 F9 5B 4E
Octal 243 223 372 43 51 0 2 371 133 116
Binary 10100011 10010011 11111010 100011 101001 0 10 11111001 1011011 1001110

Color Harmonies of #A393FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393FA

Black with #A393FA

Text Example


Text Example

White with #A393FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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