Html Css Color HEX #A799DA Biloba Flower

📋 copy color: '#A799DA'

red 167 ◦ green 153 ◦ blue 218

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

Shades of Biloba Flower #A799DA

Tints of Biloba Flower #A799DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 31.04%
G = 28.44%
B = 40.52%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A799DA (or 0xA799DA) is known color: Biloba Flower. HEX triplet: A7, 99 and DA. RGB value is (167,153,218). Sum of RGB (Red+Green+Blue) = 167+153+218=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #A799DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799DA is #586625. Grayscale: #A4A4A4. Windows color (decimal): -5793318 or 14326183. OLE color: 14326183.

HSL color Cylindrical-coordinate representation of color #A799DA: hue angle of 252.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A799DA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 153 218 -
CMYK 0.23 0.30 0 0.15
HSL 252.92º 0.47% 0.73% -
HSV(B) 252.92º 0.3% 0.85% -
XYZ 39.98 36.06 71.18 -
YUV 164.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 167 153 218 0.23 0.30 0 0.15 252.92 0.47 0.73
Hex A7 99 DA 17 1E 0 F FD 2F 49
Octal 247 231 332 27 36 0 17 375 57 111
Binary 10100111 10011001 11011010 10111 11110 0 1111 11111101 101111 1001001

Color Harmonies of #A799DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799DA

Black with #A799DA

Text Example


Text Example

White with #A799DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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