Html Css Color HEX #A391EC Biloba Flower

📋 copy color: '#A391EC'

red 163 ◦ green 145 ◦ blue 236

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

Shades of Biloba Flower #A391EC

Tints of Biloba Flower #A391EC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.65%

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

R = 29.96%
G = 26.65%
B = 43.38%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A391EC (or 0xA391EC) is known color: Biloba Flower. HEX triplet: A3, 91 and EC. RGB value is (163,145,236). Sum of RGB (Red+Green+Blue) = 163+145+236=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #A391EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A391EC is #5C6E13. Grayscale: #A0A0A0. Windows color (decimal): -6057492 or 15503779. OLE color: 15503779.

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

Color convert

RGB 163 145 236 -
CMYK 0.31 0.39 0 0.07
HSL 251.87º 0.71% 0.75% -
HSV(B) 251.87º 0.39% 0.93% -
XYZ 40.37 34.09 83.81 -
YUV 160.76 170.46 129.6 -
System Red Green Blue C M Y K H S L
Decimal 163 145 236 0.31 0.39 0 0.07 251.87 0.71 0.75
Hex A3 91 EC 1F 27 0 7 FC 47 4B
Octal 243 221 354 37 47 0 7 374 107 113
Binary 10100011 10010001 11101100 11111 100111 0 111 11111100 1000111 1001011

Color Harmonies of #A391EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391EC

Black with #A391EC

Text Example


Text Example

White with #A391EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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