Html Css Color HEX #A794F6 Biloba Flower

📋 copy color: '#A794F6'

red 167 ◦ green 148 ◦ blue 246

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

Shades of Biloba Flower #A794F6

Tints of Biloba Flower #A794F6

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.38%

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

R = 29.77%
G = 26.38%
B = 43.85%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A794F6 (or 0xA794F6) is known color: Biloba Flower. HEX triplet: A7, 94 and F6. RGB value is (167,148,246). Sum of RGB (Red+Green+Blue) = 167+148+246=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #A794F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A794F6 is #586B09. Grayscale: #A4A4A4. Windows color (decimal): -5794570 or 16159911. OLE color: 16159911.

HSL color Cylindrical-coordinate representation of color #A794F6: hue angle of 251.63º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A794F6 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 148 246 -
CMYK 0.32 0.40 0 0.04
HSL 251.63º 0.84% 0.77% -
HSV(B) 251.63º 0.4% 0.96% -
XYZ 43.16 36.05 91.87 -
YUV 164.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 167 148 246 0.32 0.40 0 0.04 251.63 0.84 0.77
Hex A7 94 F6 20 28 0 4 FC 54 4D
Octal 247 224 366 40 50 0 4 374 124 115
Binary 10100111 10010100 11110110 100000 101000 0 100 11111100 1010100 1001101

Color Harmonies of #A794F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794F6

Black with #A794F6

Text Example


Text Example

White with #A794F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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