Html Css Color HEX #A394EC Biloba Flower

📋 copy color: '#A394EC'

red 163 ◦ green 148 ◦ blue 236

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

Shades of Biloba Flower #A394EC

Tints of Biloba Flower #A394EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 29.8%
G = 27.06%
B = 43.14%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A394EC (or 0xA394EC) is known color: Biloba Flower. HEX triplet: A3, 94 and EC. RGB value is (163,148,236). Sum of RGB (Red+Green+Blue) = 163+148+236=547 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.80% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #A394EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A394EC is #5C6B13. Grayscale: #A2A2A2. Windows color (decimal): -6056724 or 15504547. OLE color: 15504547.

HSL color Cylindrical-coordinate representation of color #A394EC: hue angle of 250.23º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A394EC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 148 236 -
CMYK 0.31 0.37 0 0.07
HSL 250.23º 0.7% 0.75% -
HSV(B) 250.23º 0.37% 0.93% -
XYZ 40.83 35.02 83.96 -
YUV 162.52 169.47 128.34 -
System Red Green Blue C M Y K H S L
Decimal 163 148 236 0.31 0.37 0 0.07 250.23 0.7 0.75
Hex A3 94 EC 1F 25 0 7 FA 46 4B
Octal 243 224 354 37 45 0 7 372 106 113
Binary 10100011 10010100 11101100 11111 100101 0 111 11111010 1000110 1001011

Color Harmonies of #A394EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394EC

Black with #A394EC

Text Example


Text Example

White with #A394EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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