Html Css Color HEX #A394DA Biloba Flower

📋 copy color: '#A394DA'

red 163 ◦ green 148 ◦ blue 218

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

Shades of Biloba Flower #A394DA

Tints of Biloba Flower #A394DA

RGB

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

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

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

R = 30.81%
G = 27.98%
B = 41.21%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A394DA (or 0xA394DA) is known color: Biloba Flower. HEX triplet: A3, 94 and DA. RGB value is (163,148,218). Sum of RGB (Red+Green+Blue) = 163+148+218=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #A394DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394DA is #5C6B25. Grayscale: #A0A0A0. Windows color (decimal): -6056742 or 14324899. OLE color: 14324899.

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

Color convert

RGB 163 148 218 -
CMYK 0.25 0.32 0 0.15
HSL 252.86º 0.49% 0.72% -
HSV(B) 252.86º 0.32% 0.85% -
XYZ 38.35 34.03 70.88 -
YUV 160.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 163 148 218 0.25 0.32 0 0.15 252.86 0.49 0.72
Hex A3 94 DA 19 20 0 F FD 31 48
Octal 243 224 332 31 40 0 17 375 61 110
Binary 10100011 10010100 11011010 11001 100000 0 1111 11111101 110001 1001000

Color Harmonies of #A394DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394DA

Black with #A394DA

Text Example


Text Example

White with #A394DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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