Html Css Color HEX #A794C9 Biloba Flower

📋 copy color: '#A794C9'

red 167 ◦ green 148 ◦ blue 201

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

Shades of Biloba Flower #A794C9

Tints of Biloba Flower #A794C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.95%

R = 32.36%
G = 28.68%
B = 38.95%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A794C9 (or 0xA794C9) is known color: Biloba Flower. HEX triplet: A7, 94 and C9. RGB value is (167,148,201). Sum of RGB (Red+Green+Blue) = 167+148+201=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #A794C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794C9 is #586B36. Grayscale: #9F9F9F. Windows color (decimal): -5794615 or 13210791. OLE color: 13210791.

HSL color Cylindrical-coordinate representation of color #A794C9: hue angle of 261.51º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A794C9 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 148 201 -
CMYK 0.17 0.26 0 0.21
HSL 261.51º 0.33% 0.68% -
HSV(B) 261.51º 0.26% 0.79% -
XYZ 37.07 33.61 59.79 -
YUV 159.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 167 148 201 0.17 0.26 0 0.21 261.51 0.33 0.68
Hex A7 94 C9 11 1A 0 15 106 21 44
Octal 247 224 311 21 32 0 25 406 41 104
Binary 10100111 10010100 11001001 10001 11010 0 10101 100000110 100001 1000100

Color Harmonies of #A794C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794C9

Black with #A794C9

Text Example


Text Example

White with #A794C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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