Html Css Color HEX #A492F9 Biloba Flower

📋 copy color: '#A492F9'

red 164 ◦ green 146 ◦ blue 249

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

Shades of Biloba Flower #A492F9

Tints of Biloba Flower #A492F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.54%

R = 29.34%
G = 26.12%
B = 44.54%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A492F9 (or 0xA492F9) is known color: Biloba Flower. HEX triplet: A4, 92 and F9. RGB value is (164,146,249). Sum of RGB (Red+Green+Blue) = 164+146+249=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #A492F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A492F9 is #5B6D06. Grayscale: #A2A2A2. Windows color (decimal): -5991687 or 16356004. OLE color: 16356004.

HSL color Cylindrical-coordinate representation of color #A492F9: hue angle of 250.49º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A492F9 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 146 249 -
CMYK 0.34 0.41 0 0.02
HSL 250.49º 0.9% 0.77% -
HSV(B) 250.49º 0.41% 0.98% -
XYZ 42.69 35.29 94.18 -
YUV 163.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 164 146 249 0.34 0.41 0 0.02 250.49 0.9 0.77
Hex A4 92 F9 22 29 0 2 FA 5A 4D
Octal 244 222 371 42 51 0 2 372 132 115
Binary 10100100 10010010 11111001 100010 101001 0 10 11111010 1011010 1001101

Color Harmonies of #A492F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492F9

Black with #A492F9

Text Example


Text Example

White with #A492F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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