Html Css Color HEX #A492F0 Biloba Flower

📋 copy color: '#A492F0'

red 164 ◦ green 146 ◦ blue 240

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

Shades of Biloba Flower #A492F0

Tints of Biloba Flower #A492F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.64%

R = 29.82%
G = 26.55%
B = 43.64%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A492F0 (or 0xA492F0) is known color: Biloba Flower. HEX triplet: A4, 92 and F0. RGB value is (164,146,240). Sum of RGB (Red+Green+Blue) = 164+146+240=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #A492F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A492F0 is #5B6D0F. Grayscale: #A1A1A1. Windows color (decimal): -5991696 or 15766180. OLE color: 15766180.

HSL color Cylindrical-coordinate representation of color #A492F0: hue angle of 251.49º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A492F0 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 146 240 -
CMYK 0.32 0.39 0 0.06
HSL 251.49º 0.76% 0.76% -
HSV(B) 251.49º 0.39% 0.94% -
XYZ 41.32 34.74 86.97 -
YUV 162.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 164 146 240 0.32 0.39 0 0.06 251.49 0.76 0.76
Hex A4 92 F0 20 27 0 6 FB 4C 4C
Octal 244 222 360 40 47 0 6 373 114 114
Binary 10100100 10010010 11110000 100000 100111 0 110 11111011 1001100 1001100

Color Harmonies of #A492F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492F0

Black with #A492F0

Text Example


Text Example

White with #A492F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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