Html Css Color HEX #A393ED Biloba Flower

📋 copy color: '#A393ED'

red 163 ◦ green 147 ◦ blue 237

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

Shades of Biloba Flower #A393ED

Tints of Biloba Flower #A393ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 29.8%
G = 26.87%
B = 43.33%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A393ED (or 0xA393ED) is known color: Biloba Flower. HEX triplet: A3, 93 and ED. RGB value is (163,147,237). Sum of RGB (Red+Green+Blue) = 163+147+237=547 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.80% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #A393ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393ED is #5C6C12. Grayscale: #A1A1A1. Windows color (decimal): -6056979 or 15569827. OLE color: 15569827.

HSL color Cylindrical-coordinate representation of color #A393ED: hue angle of 250.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A393ED is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 147 237 -
CMYK 0.31 0.38 0 0.07
HSL 250.67º 0.71% 0.75% -
HSV(B) 250.67º 0.38% 0.93% -
XYZ 40.82 34.77 84.68 -
YUV 162.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 163 147 237 0.31 0.38 0 0.07 250.67 0.71 0.75
Hex A3 93 ED 1F 26 0 7 FB 47 4B
Octal 243 223 355 37 46 0 7 373 107 113
Binary 10100011 10010011 11101101 11111 100110 0 111 11111011 1000111 1001011

Color Harmonies of #A393ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393ED

Black with #A393ED

Text Example


Text Example

White with #A393ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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