Html Css Color HEX #A799CD Biloba Flower

📋 copy color: '#A799CD'

red 167 ◦ green 153 ◦ blue 205

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

Shades of Biloba Flower #A799CD

Tints of Biloba Flower #A799CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 31.81%
G = 29.14%
B = 39.05%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A799CD (or 0xA799CD) is known color: Biloba Flower. HEX triplet: A7, 99 and CD. RGB value is (167,153,205). Sum of RGB (Red+Green+Blue) = 167+153+205=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #A799CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799CD is #586632. Grayscale: #A2A2A2. Windows color (decimal): -5793331 or 13474215. OLE color: 13474215.

HSL color Cylindrical-coordinate representation of color #A799CD: hue angle of 256.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A799CD is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 153 205 -
CMYK 0.19 0.25 0 0.20
HSL 256.15º 0.34% 0.7% -
HSV(B) 256.15º 0.25% 0.8% -
XYZ 38.35 35.41 62.57 -
YUV 163.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 167 153 205 0.19 0.25 0 0.20 256.15 0.34 0.7
Hex A7 99 CD 13 19 0 14 100 22 46
Octal 247 231 315 23 31 0 24 400 42 106
Binary 10100111 10011001 11001101 10011 11001 0 10100 100000000 100010 1000110

Color Harmonies of #A799CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799CD

Black with #A799CD

Text Example


Text Example

White with #A799CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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