Html Css Color HEX #A799DD Biloba Flower

📋 copy color: '#A799DD'

red 167 ◦ green 153 ◦ blue 221

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

Shades of Biloba Flower #A799DD

Tints of Biloba Flower #A799DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 30.87%
G = 28.28%
B = 40.85%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A799DD (or 0xA799DD) is known color: Biloba Flower. HEX triplet: A7, 99 and DD. RGB value is (167,153,221). Sum of RGB (Red+Green+Blue) = 167+153+221=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #A799DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799DD is #586622. Grayscale: #A4A4A4. Windows color (decimal): -5793315 or 14522791. OLE color: 14522791.

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

Color convert

RGB 167 153 221 -
CMYK 0.24 0.31 0 0.13
HSL 252.35º 0.5% 0.73% -
HSV(B) 252.35º 0.31% 0.87% -
XYZ 40.38 36.22 73.27 -
YUV 164.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 167 153 221 0.24 0.31 0 0.13 252.35 0.5 0.73
Hex A7 99 DD 18 1F 0 D FC 32 49
Octal 247 231 335 30 37 0 15 374 62 111
Binary 10100111 10011001 11011101 11000 11111 0 1101 11111100 110010 1001001

Color Harmonies of #A799DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799DD

Black with #A799DD

Text Example


Text Example

White with #A799DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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