Html Css Color HEX #A492F6 Biloba Flower

📋 copy color: '#A492F6'

red 164 ◦ green 146 ◦ blue 246

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

Shades of Biloba Flower #A492F6

Tints of Biloba Flower #A492F6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.26%

 BLUE value IS 246 (96.48% from 255) = 44.24%

R = 29.5%
G = 26.26%
B = 44.24%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A492F6 (or 0xA492F6) is known color: Biloba Flower. HEX triplet: A4, 92 and F6. RGB value is (164,146,246). Sum of RGB (Red+Green+Blue) = 164+146+246=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #A492F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A492F6 is #5B6D09. Grayscale: #A2A2A2. Windows color (decimal): -5991690 or 16159396. OLE color: 16159396.

HSL color Cylindrical-coordinate representation of color #A492F6: hue angle of 250.8º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A492F6 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 146 246 -
CMYK 0.33 0.41 0 0.04
HSL 250.8º 0.85% 0.77% -
HSV(B) 250.8º 0.41% 0.96% -
XYZ 42.22 35.1 91.74 -
YUV 162.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 164 146 246 0.33 0.41 0 0.04 250.8 0.85 0.77
Hex A4 92 F6 21 29 0 4 FB 55 4D
Octal 244 222 366 41 51 0 4 373 125 115
Binary 10100100 10010010 11110110 100001 101001 0 100 11111011 1010101 1001101

Color Harmonies of #A492F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492F6

Black with #A492F6

Text Example


Text Example

White with #A492F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492F6; }

 p { color: rgb(164,146,246); }

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

background-color css

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

 a { background-color: rgb(164,146,246); }

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

border-color css

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

 span { border-color: rgb(164,146,246); }

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