Html Css Color HEX #A393CD Biloba Flower

📋 copy color: '#A393CD'

red 163 ◦ green 147 ◦ blue 205

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

Shades of Biloba Flower #A393CD

Tints of Biloba Flower #A393CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 31.65%
G = 28.54%
B = 39.81%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A393CD (or 0xA393CD) is known color: Biloba Flower. HEX triplet: A3, 93 and CD. RGB value is (163,147,205). Sum of RGB (Red+Green+Blue) = 163+147+205=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #A393CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393CD is #5C6C32. Grayscale: #9E9E9E. Windows color (decimal): -6057011 or 13472675. OLE color: 13472675.

HSL color Cylindrical-coordinate representation of color #A393CD: hue angle of 256.55º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A393CD is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 147 205 -
CMYK 0.20 0.28 0 0.20
HSL 256.55º 0.37% 0.69% -
HSV(B) 256.55º 0.28% 0.8% -
XYZ 36.56 33.06 62.21 -
YUV 158.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 163 147 205 0.20 0.28 0 0.20 256.55 0.37 0.69
Hex A3 93 CD 14 1C 0 14 101 25 45
Octal 243 223 315 24 34 0 24 401 45 105
Binary 10100011 10010011 11001101 10100 11100 0 10100 100000001 100101 1000101

Color Harmonies of #A393CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393CD

Black with #A393CD

Text Example


Text Example

White with #A393CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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