Html Css Color HEX #A794DA Biloba Flower

📋 copy color: '#A794DA'

red 167 ◦ green 148 ◦ blue 218

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

Shades of Biloba Flower #A794DA

Tints of Biloba Flower #A794DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 31.33%
G = 27.77%
B = 40.9%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A794DA (or 0xA794DA) is known color: Biloba Flower. HEX triplet: A7, 94 and DA. RGB value is (167,148,218). Sum of RGB (Red+Green+Blue) = 167+148+218=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #A794DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794DA is #586B25. Grayscale: #A1A1A1. Windows color (decimal): -5794598 or 14324903. OLE color: 14324903.

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

Color convert

RGB 167 148 218 -
CMYK 0.23 0.32 0 0.15
HSL 256.29º 0.49% 0.72% -
HSV(B) 256.29º 0.32% 0.85% -
XYZ 39.18 34.46 70.92 -
YUV 161.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 167 148 218 0.23 0.32 0 0.15 256.29 0.49 0.72
Hex A7 94 DA 17 20 0 F 100 31 48
Octal 247 224 332 27 40 0 17 400 61 110
Binary 10100111 10010100 11011010 10111 100000 0 1111 100000000 110001 1001000

Color Harmonies of #A794DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794DA

Black with #A794DA

Text Example


Text Example

White with #A794DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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