Html Css Color HEX #A799D5 Biloba Flower

📋 copy color: '#A799D5'

red 167 ◦ green 153 ◦ blue 213

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

Shades of Biloba Flower #A799D5

Tints of Biloba Flower #A799D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.96%

R = 31.33%
G = 28.71%
B = 39.96%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A799D5 (or 0xA799D5) is known color: Biloba Flower. HEX triplet: A7, 99 and D5. RGB value is (167,153,213). Sum of RGB (Red+Green+Blue) = 167+153+213=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #A799D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799D5 is #58662A. Grayscale: #A3A3A3. Windows color (decimal): -5793323 or 13998503. OLE color: 13998503.

HSL color Cylindrical-coordinate representation of color #A799D5: hue angle of 254º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A799D5 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 153 213 -
CMYK 0.22 0.28 0 0.16
HSL 254º 0.42% 0.72% -
HSV(B) 254º 0.28% 0.84% -
XYZ 39.34 35.8 67.79 -
YUV 164.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 167 153 213 0.22 0.28 0 0.16 254 0.42 0.72
Hex A7 99 D5 16 1C 0 10 FE 2A 48
Octal 247 231 325 26 34 0 20 376 52 110
Binary 10100111 10011001 11010101 10110 11100 0 10000 11111110 101010 1001000

Color Harmonies of #A799D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799D5

Black with #A799D5

Text Example


Text Example

White with #A799D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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