Html Css Color HEX #A393E4 Biloba Flower

📋 copy color: '#A393E4'

red 163 ◦ green 147 ◦ blue 228

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

Shades of Biloba Flower #A393E4

Tints of Biloba Flower #A393E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.38%

R = 30.3%
G = 27.32%
B = 42.38%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A393E4 (or 0xA393E4) is known color: Biloba Flower. HEX triplet: A3, 93 and E4. RGB value is (163,147,228). Sum of RGB (Red+Green+Blue) = 163+147+228=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #A393E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393E4 is #5C6C1B. Grayscale: #A0A0A0. Windows color (decimal): -6056988 or 14980003. OLE color: 14980003.

HSL color Cylindrical-coordinate representation of color #A393E4: hue angle of 251.85º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A393E4 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 147 228 -
CMYK 0.29 0.36 0 0.11
HSL 251.85º 0.6% 0.74% -
HSV(B) 251.85º 0.36% 0.89% -
XYZ 39.54 34.26 77.93 -
YUV 161.02 165.8 129.41 -
System Red Green Blue C M Y K H S L
Decimal 163 147 228 0.29 0.36 0 0.11 251.85 0.6 0.74
Hex A3 93 E4 1D 24 0 B FC 3C 4A
Octal 243 223 344 35 44 0 13 374 74 112
Binary 10100011 10010011 11100100 11101 100100 0 1011 11111100 111100 1001010

Color Harmonies of #A393E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393E4

Black with #A393E4

Text Example


Text Example

White with #A393E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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