Html Css Color HEX #A391E6 Biloba Flower

📋 copy color: '#A391E6'

red 163 ◦ green 145 ◦ blue 230

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

Shades of Biloba Flower #A391E6

Tints of Biloba Flower #A391E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.75%

R = 30.3%
G = 26.95%
B = 42.75%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A391E6 (or 0xA391E6) is known color: Biloba Flower. HEX triplet: A3, 91 and E6. RGB value is (163,145,230). Sum of RGB (Red+Green+Blue) = 163+145+230=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #A391E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A391E6 is #5C6E19. Grayscale: #9F9F9F. Windows color (decimal): -6057498 or 15110563. OLE color: 15110563.

HSL color Cylindrical-coordinate representation of color #A391E6: hue angle of 252.71º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A391E6 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 145 230 -
CMYK 0.29 0.37 0 0.10
HSL 252.71º 0.63% 0.74% -
HSV(B) 252.71º 0.37% 0.9% -
XYZ 39.51 33.75 79.29 -
YUV 160.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 163 145 230 0.29 0.37 0 0.10 252.71 0.63 0.74
Hex A3 91 E6 1D 25 0 A FD 3F 4A
Octal 243 221 346 35 45 0 12 375 77 112
Binary 10100011 10010001 11100110 11101 100101 0 1010 11111101 111111 1001010

Color Harmonies of #A391E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391E6

Black with #A391E6

Text Example


Text Example

White with #A391E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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