Html Css Color HEX #A393CA Biloba Flower

📋 copy color: '#A393CA'

red 163 ◦ green 147 ◦ blue 202

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

Shades of Biloba Flower #A393CA

Tints of Biloba Flower #A393CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 31.84%
G = 28.71%
B = 39.45%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A393CA (or 0xA393CA) is known color: Biloba Flower. HEX triplet: A3, 93 and CA. RGB value is (163,147,202). Sum of RGB (Red+Green+Blue) = 163+147+202=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #A393CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393CA is #5C6C35. Grayscale: #9D9D9D. Windows color (decimal): -6057014 or 13276067. OLE color: 13276067.

HSL color Cylindrical-coordinate representation of color #A393CA: hue angle of 257.45º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A393CA is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 147 202 -
CMYK 0.19 0.27 0 0.21
HSL 257.45º 0.34% 0.68% -
HSV(B) 257.45º 0.27% 0.79% -
XYZ 36.2 32.92 60.32 -
YUV 158.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 163 147 202 0.19 0.27 0 0.21 257.45 0.34 0.68
Hex A3 93 CA 13 1B 0 15 101 22 44
Octal 243 223 312 23 33 0 25 401 42 104
Binary 10100011 10010011 11001010 10011 11011 0 10101 100000001 100010 1000100

Color Harmonies of #A393CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393CA

Black with #A393CA

Text Example


Text Example

White with #A393CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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