Html Css Color HEX #A393D7 Biloba Flower

📋 copy color: '#A393D7'

red 163 ◦ green 147 ◦ blue 215

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

Shades of Biloba Flower #A393D7

Tints of Biloba Flower #A393D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.95%

R = 31.05%
G = 28%
B = 40.95%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A393D7 (or 0xA393D7) is known color: Biloba Flower. HEX triplet: A3, 93 and D7. RGB value is (163,147,215). Sum of RGB (Red+Green+Blue) = 163+147+215=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #A393D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393D7 is #5C6C28. Grayscale: #9F9F9F. Windows color (decimal): -6057001 or 14128035. OLE color: 14128035.

HSL color Cylindrical-coordinate representation of color #A393D7: hue angle of 254.12º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A393D7 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 147 215 -
CMYK 0.24 0.32 0 0.16
HSL 254.12º 0.46% 0.71% -
HSV(B) 254.12º 0.32% 0.84% -
XYZ 37.8 33.56 68.78 -
YUV 159.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 163 147 215 0.24 0.32 0 0.16 254.12 0.46 0.71
Hex A3 93 D7 18 20 0 10 FE 2E 47
Octal 243 223 327 30 40 0 20 376 56 107
Binary 10100011 10010011 11010111 11000 100000 0 10000 11111110 101110 1000111

Color Harmonies of #A393D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393D7

Black with #A393D7

Text Example


Text Example

White with #A393D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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