Html Css Color HEX #A393F0 Biloba Flower

📋 copy color: '#A393F0'

red 163 ◦ green 147 ◦ blue 240

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

Shades of Biloba Flower #A393F0

Tints of Biloba Flower #A393F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.64%

R = 29.64%
G = 26.73%
B = 43.64%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A393F0 (or 0xA393F0) is known color: Biloba Flower. HEX triplet: A3, 93 and F0. RGB value is (163,147,240). Sum of RGB (Red+Green+Blue) = 163+147+240=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #A393F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393F0 is #5C6C0F. Grayscale: #A2A2A2. Windows color (decimal): -6056976 or 15766435. OLE color: 15766435.

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

Color convert

RGB 163 147 240 -
CMYK 0.32 0.39 0 0.06
HSL 250.32º 0.76% 0.76% -
HSV(B) 250.32º 0.39% 0.94% -
XYZ 41.27 34.95 87.01 -
YUV 162.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 163 147 240 0.32 0.39 0 0.06 250.32 0.76 0.76
Hex A3 93 F0 20 27 0 6 FA 4C 4C
Octal 243 223 360 40 47 0 6 372 114 114
Binary 10100011 10010011 11110000 100000 100111 0 110 11111010 1001100 1001100

Color Harmonies of #A393F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393F0

Black with #A393F0

Text Example


Text Example

White with #A393F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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