Html Css Color HEX #A790F6 Biloba Flower

📋 copy color: '#A790F6'

red 167 ◦ green 144 ◦ blue 246

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

Shades of Biloba Flower #A790F6

Tints of Biloba Flower #A790F6

RGB

 RED value IS 167 (65.63% from 255) = 29.98%

 GREEN value IS 144 (56.64% from 255) = 25.85%

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

R = 29.98%
G = 25.85%
B = 44.17%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A790F6 (or 0xA790F6) is known color: Biloba Flower. HEX triplet: A7, 90 and F6. RGB value is (167,144,246). Sum of RGB (Red+Green+Blue) = 167+144+246=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #A790F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A790F6 is #586F09. Grayscale: #A2A2A2. Windows color (decimal): -5795594 or 16158887. OLE color: 16158887.

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

Color convert

RGB 167 144 246 -
CMYK 0.32 0.41 0 0.04
HSL 253.53º 0.85% 0.76% -
HSV(B) 253.53º 0.41% 0.96% -
XYZ 42.54 34.82 91.67 -
YUV 162.51 175.12 131.21 -
System Red Green Blue C M Y K H S L
Decimal 167 144 246 0.32 0.41 0 0.04 253.53 0.85 0.76
Hex A7 90 F6 20 29 0 4 FE 55 4C
Octal 247 220 366 40 51 0 4 376 125 114
Binary 10100111 10010000 11110110 100000 101001 0 100 11111110 1010101 1001100

Color Harmonies of #A790F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A790F6

Black with #A790F6

Text Example


Text Example

White with #A790F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A790F6; }

 p { color: rgb(167,144,246); }

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

background-color css

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

 a { background-color: rgb(167,144,246); }

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

border-color css

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

 span { border-color: rgb(167,144,246); }

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