Html Css Color HEX #A796DC Biloba Flower

📋 copy color: '#A796DC'

red 167 ◦ green 150 ◦ blue 220

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

Shades of Biloba Flower #A796DC

Tints of Biloba Flower #A796DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.93%

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

R = 31.1%
G = 27.93%
B = 40.97%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A796DC (or 0xA796DC) is known color: Biloba Flower. HEX triplet: A7, 96 and DC. RGB value is (167,150,220). Sum of RGB (Red+Green+Blue) = 167+150+220=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #A796DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796DC is #586923. Grayscale: #A2A2A2. Windows color (decimal): -5794084 or 14456487. OLE color: 14456487.

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

Color convert

RGB 167 150 220 -
CMYK 0.24 0.32 0 0.14
HSL 254.57º 0.5% 0.73% -
HSV(B) 254.57º 0.32% 0.86% -
XYZ 39.76 35.2 72.41 -
YUV 163.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 167 150 220 0.24 0.32 0 0.14 254.57 0.5 0.73
Hex A7 96 DC 18 20 0 E FF 32 49
Octal 247 226 334 30 40 0 16 377 62 111
Binary 10100111 10010110 11011100 11000 100000 0 1110 11111111 110010 1001001

Color Harmonies of #A796DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A796DC

Black with #A796DC

Text Example


Text Example

White with #A796DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A796DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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