Html Css Color HEX #A393E8 Biloba Flower

📋 copy color: '#A393E8'

red 163 ◦ green 147 ◦ blue 232

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

Shades of Biloba Flower #A393E8

Tints of Biloba Flower #A393E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.8%

R = 30.07%
G = 27.12%
B = 42.8%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A393E8 (or 0xA393E8) is known color: Biloba Flower. HEX triplet: A3, 93 and E8. RGB value is (163,147,232). Sum of RGB (Red+Green+Blue) = 163+147+232=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #A393E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393E8 is #5C6C17. Grayscale: #A1A1A1. Windows color (decimal): -6056984 or 15242147. OLE color: 15242147.

HSL color Cylindrical-coordinate representation of color #A393E8: hue angle of 251.29º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A393E8 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 147 232 -
CMYK 0.30 0.37 0 0.09
HSL 251.29º 0.65% 0.74% -
HSV(B) 251.29º 0.37% 0.91% -
XYZ 40.1 34.48 80.89 -
YUV 161.47 167.8 129.09 -
System Red Green Blue C M Y K H S L
Decimal 163 147 232 0.30 0.37 0 0.09 251.29 0.65 0.74
Hex A3 93 E8 1E 25 0 9 FB 41 4A
Octal 243 223 350 36 45 0 11 373 101 112
Binary 10100011 10010011 11101000 11110 100101 0 1001 11111011 1000001 1001010

Color Harmonies of #A393E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393E8

Black with #A393E8

Text Example


Text Example

White with #A393E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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