Html Css Color HEX #A796DB Biloba Flower

📋 copy color: '#A796DB'

red 167 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #A796DB

Tints of Biloba Flower #A796DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 31.16%
G = 27.99%
B = 40.86%

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

#A796DB (or 0xA796DB) is known color: Biloba Flower. HEX triplet: A7, 96 and DB. RGB value is (167,150,219). Sum of RGB (Red+Green+Blue) = 167+150+219=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #A796DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796DB is #586924. Grayscale: #A2A2A2. Windows color (decimal): -5794085 or 14390951. OLE color: 14390951.

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

Color convert

RGB 167 150 219 -
CMYK 0.24 0.32 0 0.14
HSL 254.78º 0.49% 0.72% -
HSV(B) 254.78º 0.32% 0.86% -
XYZ 39.63 35.14 71.71 -
YUV 162.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 167 150 219 0.24 0.32 0 0.14 254.78 0.49 0.72
Hex A7 96 DB 18 20 0 E FF 31 48
Octal 247 226 333 30 40 0 16 377 61 110
Binary 10100111 10010110 11011011 11000 100000 0 1110 11111111 110001 1001000

Color Harmonies of #A796DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A796DB

Black with #A796DB

Text Example


Text Example

White with #A796DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A796DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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