Html Css Color HEX #A394CE Biloba Flower

📋 copy color: '#A394CE'

red 163 ◦ green 148 ◦ blue 206

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

Shades of Biloba Flower #A394CE

Tints of Biloba Flower #A394CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 31.53%
G = 28.63%
B = 39.85%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A394CE (or 0xA394CE) is known color: Biloba Flower. HEX triplet: A3, 94 and CE. RGB value is (163,148,206). Sum of RGB (Red+Green+Blue) = 163+148+206=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #A394CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394CE is #5C6B31. Grayscale: #9E9E9E. Windows color (decimal): -6056754 or 13538467. OLE color: 13538467.

HSL color Cylindrical-coordinate representation of color #A394CE: hue angle of 255.52º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A394CE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 148 206 -
CMYK 0.21 0.28 0 0.19
HSL 255.52º 0.37% 0.69% -
HSV(B) 255.52º 0.28% 0.81% -
XYZ 36.83 33.42 62.9 -
YUV 159.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 163 148 206 0.21 0.28 0 0.19 255.52 0.37 0.69
Hex A3 94 CE 15 1C 0 13 100 25 45
Octal 243 224 316 25 34 0 23 400 45 105
Binary 10100011 10010100 11001110 10101 11100 0 10011 100000000 100101 1000101

Color Harmonies of #A394CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394CE

Black with #A394CE

Text Example


Text Example

White with #A394CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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