Html Css Color HEX #A794D8 Biloba Flower

📋 copy color: '#A794D8'

red 167 ◦ green 148 ◦ blue 216

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

Shades of Biloba Flower #A794D8

Tints of Biloba Flower #A794D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.68%

R = 31.45%
G = 27.87%
B = 40.68%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A794D8 (or 0xA794D8) is known color: Biloba Flower. HEX triplet: A7, 94 and D8. RGB value is (167,148,216). Sum of RGB (Red+Green+Blue) = 167+148+216=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #A794D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794D8 is #586B27. Grayscale: #A1A1A1. Windows color (decimal): -5794600 or 14193831. OLE color: 14193831.

HSL color Cylindrical-coordinate representation of color #A794D8: hue angle of 256.76º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A794D8 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 148 216 -
CMYK 0.23 0.31 0 0.15
HSL 256.76º 0.47% 0.71% -
HSV(B) 256.76º 0.31% 0.85% -
XYZ 38.92 34.35 69.55 -
YUV 161.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 167 148 216 0.23 0.31 0 0.15 256.76 0.47 0.71
Hex A7 94 D8 17 1F 0 F 101 2F 47
Octal 247 224 330 27 37 0 17 401 57 107
Binary 10100111 10010100 11011000 10111 11111 0 1111 100000001 101111 1000111

Color Harmonies of #A794D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794D8

Black with #A794D8

Text Example


Text Example

White with #A794D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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