Html Css Color HEX #A393DD Biloba Flower

📋 copy color: '#A393DD'

red 163 ◦ green 147 ◦ blue 221

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

Shades of Biloba Flower #A393DD

Tints of Biloba Flower #A393DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 30.7%
G = 27.68%
B = 41.62%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A393DD (or 0xA393DD) is known color: Biloba Flower. HEX triplet: A3, 93 and DD. RGB value is (163,147,221). Sum of RGB (Red+Green+Blue) = 163+147+221=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #A393DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393DD is #5C6C22. Grayscale: #9F9F9F. Windows color (decimal): -6056995 or 14521251. OLE color: 14521251.

HSL color Cylindrical-coordinate representation of color #A393DD: hue angle of 252.97º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A393DD is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 147 221 -
CMYK 0.26 0.33 0 0.13
HSL 252.97º 0.52% 0.72% -
HSV(B) 252.97º 0.33% 0.87% -
XYZ 38.59 33.87 72.91 -
YUV 160.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 163 147 221 0.26 0.33 0 0.13 252.97 0.52 0.72
Hex A3 93 DD 1A 21 0 D FD 34 48
Octal 243 223 335 32 41 0 15 375 64 110
Binary 10100011 10010011 11011101 11010 100001 0 1101 11111101 110100 1001000

Color Harmonies of #A393DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393DD

Black with #A393DD

Text Example


Text Example

White with #A393DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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