Html Css Color HEX #A799CB Biloba Flower

📋 copy color: '#A799CB'

red 167 ◦ green 153 ◦ blue 203

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

Shades of Biloba Flower #A799CB

Tints of Biloba Flower #A799CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.81%

R = 31.93%
G = 29.25%
B = 38.81%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A799CB (or 0xA799CB) is known color: Biloba Flower. HEX triplet: A7, 99 and CB. RGB value is (167,153,203). Sum of RGB (Red+Green+Blue) = 167+153+203=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #A799CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799CB is #586634. Grayscale: #A2A2A2. Windows color (decimal): -5793333 or 13343143. OLE color: 13343143.

HSL color Cylindrical-coordinate representation of color #A799CB: hue angle of 256.8º degrees, saturation: 0.32, 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 #A799CB is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 153 203 -
CMYK 0.18 0.25 0 0.20
HSL 256.8º 0.32% 0.7% -
HSV(B) 256.8º 0.25% 0.8% -
XYZ 38.11 35.31 61.31 -
YUV 162.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 167 153 203 0.18 0.25 0 0.20 256.8 0.32 0.7
Hex A7 99 CB 12 19 0 14 101 20 46
Octal 247 231 313 22 31 0 24 401 40 106
Binary 10100111 10011001 11001011 10010 11001 0 10100 100000001 100000 1000110

Color Harmonies of #A799CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799CB

Black with #A799CB

Text Example


Text Example

White with #A799CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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