Html Css Color HEX #A794DC Biloba Flower

📋 copy color: '#A794DC'

red 167 ◦ green 148 ◦ blue 220

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

Shades of Biloba Flower #A794DC

Tints of Biloba Flower #A794DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 31.21%
G = 27.66%
B = 41.12%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A794DC (or 0xA794DC) is known color: Biloba Flower. HEX triplet: A7, 94 and DC. RGB value is (167,148,220). Sum of RGB (Red+Green+Blue) = 167+148+220=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #A794DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794DC is #586B23. Grayscale: #A1A1A1. Windows color (decimal): -5794596 or 14455975. OLE color: 14455975.

HSL color Cylindrical-coordinate representation of color #A794DC: hue angle of 255.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A794DC is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 148 220 -
CMYK 0.24 0.33 0 0.14
HSL 255.83º 0.51% 0.72% -
HSV(B) 255.83º 0.33% 0.86% -
XYZ 39.44 34.56 72.3 -
YUV 161.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 167 148 220 0.24 0.33 0 0.14 255.83 0.51 0.72
Hex A7 94 DC 18 21 0 E 100 33 48
Octal 247 224 334 30 41 0 16 400 63 110
Binary 10100111 10010100 11011100 11000 100001 0 1110 100000000 110011 1001000

Color Harmonies of #A794DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794DC

Black with #A794DC

Text Example


Text Example

White with #A794DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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