Html Css Color HEX #A393EA Biloba Flower

📋 copy color: '#A393EA'

red 163 ◦ green 147 ◦ blue 234

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

Shades of Biloba Flower #A393EA

Tints of Biloba Flower #A393EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.01%

R = 29.96%
G = 27.02%
B = 43.01%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A393EA (or 0xA393EA) is known color: Biloba Flower. HEX triplet: A3, 93 and EA. RGB value is (163,147,234). Sum of RGB (Red+Green+Blue) = 163+147+234=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #A393EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393EA is #5C6C15. Grayscale: #A1A1A1. Windows color (decimal): -6056982 or 15373219. OLE color: 15373219.

HSL color Cylindrical-coordinate representation of color #A393EA: hue angle of 251.03º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A393EA is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 147 234 -
CMYK 0.30 0.37 0 0.08
HSL 251.03º 0.67% 0.75% -
HSV(B) 251.03º 0.37% 0.92% -
XYZ 40.39 34.59 82.39 -
YUV 161.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 163 147 234 0.30 0.37 0 0.08 251.03 0.67 0.75
Hex A3 93 EA 1E 25 0 8 FB 43 4B
Octal 243 223 352 36 45 0 10 373 103 113
Binary 10100011 10010011 11101010 11110 100101 0 1000 11111011 1000011 1001011

Color Harmonies of #A393EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393EA

Black with #A393EA

Text Example


Text Example

White with #A393EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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