Html Css Color HEX #A394DB Biloba Flower

📋 copy color: '#A394DB'

red 163 ◦ green 148 ◦ blue 219

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

Shades of Biloba Flower #A394DB

Tints of Biloba Flower #A394DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 30.75%
G = 27.92%
B = 41.32%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A394DB (or 0xA394DB) is known color: Biloba Flower. HEX triplet: A3, 94 and DB. RGB value is (163,148,219). Sum of RGB (Red+Green+Blue) = 163+148+219=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #A394DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394DB is #5C6B24. Grayscale: #A0A0A0. Windows color (decimal): -6056741 or 14390435. OLE color: 14390435.

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

Color convert

RGB 163 148 219 -
CMYK 0.26 0.32 0 0.14
HSL 252.68º 0.5% 0.72% -
HSV(B) 252.68º 0.32% 0.86% -
XYZ 38.48 34.08 71.57 -
YUV 160.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 163 148 219 0.26 0.32 0 0.14 252.68 0.5 0.72
Hex A3 94 DB 1A 20 0 E FD 32 48
Octal 243 224 333 32 40 0 16 375 62 110
Binary 10100011 10010100 11011011 11010 100000 0 1110 11111101 110010 1001000

Color Harmonies of #A394DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394DB

Black with #A394DB

Text Example


Text Example

White with #A394DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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