Html Css Color HEX #A794C6 Biloba Flower

📋 copy color: '#A794C6'

red 167 ◦ green 148 ◦ blue 198

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

Shades of Biloba Flower #A794C6

Tints of Biloba Flower #A794C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.6%

R = 32.55%
G = 28.85%
B = 38.6%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A794C6 (or 0xA794C6) is known color: Biloba Flower. HEX triplet: A7, 94 and C6. RGB value is (167,148,198). Sum of RGB (Red+Green+Blue) = 167+148+198=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #A794C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794C6 is #586B39. Grayscale: #9F9F9F. Windows color (decimal): -5794618 or 13014183. OLE color: 13014183.

HSL color Cylindrical-coordinate representation of color #A794C6: hue angle of 262.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A794C6 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 148 198 -
CMYK 0.16 0.25 0 0.22
HSL 262.8º 0.3% 0.68% -
HSV(B) 262.8º 0.25% 0.78% -
XYZ 36.72 33.47 57.95 -
YUV 159.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 167 148 198 0.16 0.25 0 0.22 262.8 0.3 0.68
Hex A7 94 C6 10 19 0 16 107 1E 44
Octal 247 224 306 20 31 0 26 407 36 104
Binary 10100111 10010100 11000110 10000 11001 0 10110 100000111 11110 1000100

Color Harmonies of #A794C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794C6

Black with #A794C6

Text Example


Text Example

White with #A794C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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