Html Css Color HEX #A491E6 Biloba Flower

📋 copy color: '#A491E6'

red 164 ◦ green 145 ◦ blue 230

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

Shades of Biloba Flower #A491E6

Tints of Biloba Flower #A491E6

RGB

 RED value IS 164 (64.45% from 255) = 30.43%

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

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

R = 30.43%
G = 26.9%
B = 42.67%

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

#A491E6 (or 0xA491E6) is known color: Biloba Flower. HEX triplet: A4, 91 and E6. RGB value is (164,145,230). Sum of RGB (Red+Green+Blue) = 164+145+230=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #A491E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491E6 is #5B6E19. Grayscale: #A0A0A0. Windows color (decimal): -5991962 or 15110564. OLE color: 15110564.

HSL color Cylindrical-coordinate representation of color #A491E6: hue angle of 253.41º 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 #A491E6 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 145 230 -
CMYK 0.29 0.37 0 0.10
HSL 253.41º 0.63% 0.74% -
HSV(B) 253.41º 0.37% 0.9% -
XYZ 39.72 33.86 79.3 -
YUV 160.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 164 145 230 0.29 0.37 0 0.10 253.41 0.63 0.74
Hex A4 91 E6 1D 25 0 A FD 3F 4A
Octal 244 221 346 35 45 0 12 375 77 112
Binary 10100100 10010001 11100110 11101 100101 0 1010 11111101 111111 1001010

Color Harmonies of #A491E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491E6

Black with #A491E6

Text Example


Text Example

White with #A491E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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