Html Css Color HEX #A491F2 Biloba Flower

📋 copy color: '#A491F2'

red 164 ◦ green 145 ◦ blue 242

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

Shades of Biloba Flower #A491F2

Tints of Biloba Flower #A491F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.92%

R = 29.76%
G = 26.32%
B = 43.92%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A491F2 (or 0xA491F2) is known color: Biloba Flower. HEX triplet: A4, 91 and F2. RGB value is (164,145,242). Sum of RGB (Red+Green+Blue) = 164+145+242=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #A491F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491F2 is #5B6E0D. Grayscale: #A1A1A1. Windows color (decimal): -5991950 or 15896996. OLE color: 15896996.

HSL color Cylindrical-coordinate representation of color #A491F2: hue angle of 251.75º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A491F2 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 145 242 -
CMYK 0.32 0.40 0 0.05
HSL 251.75º 0.79% 0.76% -
HSV(B) 251.75º 0.4% 0.95% -
XYZ 41.46 34.55 88.49 -
YUV 161.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 164 145 242 0.32 0.40 0 0.05 251.75 0.79 0.76
Hex A4 91 F2 20 28 0 5 FC 4F 4C
Octal 244 221 362 40 50 0 5 374 117 114
Binary 10100100 10010001 11110010 100000 101000 0 101 11111100 1001111 1001100

Color Harmonies of #A491F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491F2

Black with #A491F2

Text Example


Text Example

White with #A491F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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