Html Css Color HEX #A794DF Biloba Flower

📋 copy color: '#A794DF'

red 167 ◦ green 148 ◦ blue 223

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

Shades of Biloba Flower #A794DF

Tints of Biloba Flower #A794DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 31.04%
G = 27.51%
B = 41.45%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A794DF (or 0xA794DF) is known color: Biloba Flower. HEX triplet: A7, 94 and DF. RGB value is (167,148,223). Sum of RGB (Red+Green+Blue) = 167+148+223=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #A794DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794DF is #586B20. Grayscale: #A1A1A1. Windows color (decimal): -5794593 or 14652583. OLE color: 14652583.

HSL color Cylindrical-coordinate representation of color #A794DF: hue angle of 255.2º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A794DF is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 148 223 -
CMYK 0.25 0.34 0 0.13
HSL 255.2º 0.54% 0.73% -
HSV(B) 255.2º 0.34% 0.87% -
XYZ 39.85 34.72 74.41 -
YUV 162.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 167 148 223 0.25 0.34 0 0.13 255.2 0.54 0.73
Hex A7 94 DF 19 22 0 D FF 36 49
Octal 247 224 337 31 42 0 15 377 66 111
Binary 10100111 10010100 11011111 11001 100010 0 1101 11111111 110110 1001001

Color Harmonies of #A794DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794DF

Black with #A794DF

Text Example


Text Example

White with #A794DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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