Html Css Color HEX #A393DA Biloba Flower

📋 copy color: '#A393DA'

red 163 ◦ green 147 ◦ blue 218

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

Shades of Biloba Flower #A393DA

Tints of Biloba Flower #A393DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 30.87%
G = 27.84%
B = 41.29%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A393DA (or 0xA393DA) is known color: Biloba Flower. HEX triplet: A3, 93 and DA. RGB value is (163,147,218). Sum of RGB (Red+Green+Blue) = 163+147+218=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #A393DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393DA is #5C6C25. Grayscale: #9F9F9F. Windows color (decimal): -6056998 or 14324643. OLE color: 14324643.

HSL color Cylindrical-coordinate representation of color #A393DA: hue angle of 253.52º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A393DA is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 147 218 -
CMYK 0.25 0.33 0 0.15
HSL 253.52º 0.49% 0.72% -
HSV(B) 253.52º 0.33% 0.85% -
XYZ 38.19 33.72 70.82 -
YUV 159.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 163 147 218 0.25 0.33 0 0.15 253.52 0.49 0.72
Hex A3 93 DA 19 21 0 F FE 31 48
Octal 243 223 332 31 41 0 17 376 61 110
Binary 10100011 10010011 11011010 11001 100001 0 1111 11111110 110001 1001000

Color Harmonies of #A393DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393DA

Black with #A393DA

Text Example


Text Example

White with #A393DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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