Html Css Color HEX #A394DC Biloba Flower

📋 copy color: '#A394DC'

red 163 ◦ green 148 ◦ blue 220

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

Shades of Biloba Flower #A394DC

Tints of Biloba Flower #A394DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 30.7%
G = 27.87%
B = 41.43%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A394DC (or 0xA394DC) is known color: Biloba Flower. HEX triplet: A3, 94 and DC. RGB value is (163,148,220). Sum of RGB (Red+Green+Blue) = 163+148+220=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #A394DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394DC is #5C6B23. Grayscale: #A0A0A0. Windows color (decimal): -6056740 or 14455971. OLE color: 14455971.

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

Color convert

RGB 163 148 220 -
CMYK 0.26 0.33 0 0.14
HSL 252.5º 0.51% 0.72% -
HSV(B) 252.5º 0.33% 0.86% -
XYZ 38.61 34.13 72.26 -
YUV 160.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 163 148 220 0.26 0.33 0 0.14 252.5 0.51 0.72
Hex A3 94 DC 1A 21 0 E FD 33 48
Octal 243 224 334 32 41 0 16 375 63 110
Binary 10100011 10010100 11011100 11010 100001 0 1110 11111101 110011 1001000

Color Harmonies of #A394DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394DC

Black with #A394DC

Text Example


Text Example

White with #A394DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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