Html Css Color HEX #A799D0 Biloba Flower

📋 copy color: '#A799D0'

red 167 ◦ green 153 ◦ blue 208

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

Shades of Biloba Flower #A799D0

Tints of Biloba Flower #A799D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.39%

R = 31.63%
G = 28.98%
B = 39.39%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A799D0 (or 0xA799D0) is known color: Biloba Flower. HEX triplet: A7, 99 and D0. RGB value is (167,153,208). Sum of RGB (Red+Green+Blue) = 167+153+208=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #A799D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799D0 is #58662F. Grayscale: #A3A3A3. Windows color (decimal): -5793328 or 13670823. OLE color: 13670823.

HSL color Cylindrical-coordinate representation of color #A799D0: hue angle of 255.27º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A799D0 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 153 208 -
CMYK 0.20 0.26 0 0.18
HSL 255.27º 0.37% 0.71% -
HSV(B) 255.27º 0.26% 0.82% -
XYZ 38.71 35.55 64.5 -
YUV 163.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 167 153 208 0.20 0.26 0 0.18 255.27 0.37 0.71
Hex A7 99 D0 14 1A 0 12 FF 25 47
Octal 247 231 320 24 32 0 22 377 45 107
Binary 10100111 10011001 11010000 10100 11010 0 10010 11111111 100101 1000111

Color Harmonies of #A799D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799D0

Black with #A799D0

Text Example


Text Example

White with #A799D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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