Html Css Color HEX #A799DC Biloba Flower

📋 copy color: '#A799DC'

red 167 ◦ green 153 ◦ blue 220

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

Shades of Biloba Flower #A799DC

Tints of Biloba Flower #A799DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.33%

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

R = 30.93%
G = 28.33%
B = 40.74%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A799DC (or 0xA799DC) is known color: Biloba Flower. HEX triplet: A7, 99 and DC. RGB value is (167,153,220). Sum of RGB (Red+Green+Blue) = 167+153+220=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #A799DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799DC is #586623. Grayscale: #A4A4A4. Windows color (decimal): -5793316 or 14457255. OLE color: 14457255.

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

Color convert

RGB 167 153 220 -
CMYK 0.24 0.30 0 0.14
HSL 252.54º 0.49% 0.73% -
HSV(B) 252.54º 0.3% 0.86% -
XYZ 40.25 36.17 72.57 -
YUV 164.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 167 153 220 0.24 0.30 0 0.14 252.54 0.49 0.73
Hex A7 99 DC 18 1E 0 E FD 31 49
Octal 247 231 334 30 36 0 16 375 61 111
Binary 10100111 10011001 11011100 11000 11110 0 1110 11111101 110001 1001001

Color Harmonies of #A799DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799DC

Black with #A799DC

Text Example


Text Example

White with #A799DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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