Html Css Color HEX #A394DF Biloba Flower

📋 copy color: '#A394DF'

red 163 ◦ green 148 ◦ blue 223

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

Shades of Biloba Flower #A394DF

Tints of Biloba Flower #A394DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.72%

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 30.52%
G = 27.72%
B = 41.76%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A394DF (or 0xA394DF) is known color: Biloba Flower. HEX triplet: A3, 94 and DF. RGB value is (163,148,223). Sum of RGB (Red+Green+Blue) = 163+148+223=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #A394DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394DF is #5C6B20. Grayscale: #A0A0A0. Windows color (decimal): -6056737 or 14652579. OLE color: 14652579.

HSL color Cylindrical-coordinate representation of color #A394DF: hue angle of 252º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A394DF is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 148 223 -
CMYK 0.27 0.34 0 0.13
HSL 252º 0.54% 0.73% -
HSV(B) 252º 0.34% 0.87% -
XYZ 39.01 34.29 74.38 -
YUV 161.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 163 148 223 0.27 0.34 0 0.13 252 0.54 0.73
Hex A3 94 DF 1B 22 0 D FC 36 49
Octal 243 224 337 33 42 0 15 374 66 111
Binary 10100011 10010100 11011111 11011 100010 0 1101 11111100 110110 1001001

Color Harmonies of #A394DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394DF

Black with #A394DF

Text Example


Text Example

White with #A394DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394DF; }

 p { color: rgb(163,148,223); }

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

background-color css

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

 a { background-color: rgb(163,148,223); }

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

border-color css

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

 span { border-color: rgb(163,148,223); }

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