Html Css Color HEX #A799CF Biloba Flower

📋 copy color: '#A799CF'

red 167 ◦ green 153 ◦ blue 207

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

Shades of Biloba Flower #A799CF

Tints of Biloba Flower #A799CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 31.69%
G = 29.03%
B = 39.28%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A799CF (or 0xA799CF) is known color: Biloba Flower. HEX triplet: A7, 99 and CF. RGB value is (167,153,207). Sum of RGB (Red+Green+Blue) = 167+153+207=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #A799CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799CF is #586630. Grayscale: #A3A3A3. Windows color (decimal): -5793329 or 13605287. OLE color: 13605287.

HSL color Cylindrical-coordinate representation of color #A799CF: hue angle of 255.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A799CF is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 153 207 -
CMYK 0.19 0.26 0 0.19
HSL 255.56º 0.36% 0.71% -
HSV(B) 255.56º 0.26% 0.81% -
XYZ 38.59 35.5 63.85 -
YUV 163.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 167 153 207 0.19 0.26 0 0.19 255.56 0.36 0.71
Hex A7 99 CF 13 1A 0 13 100 24 47
Octal 247 231 317 23 32 0 23 400 44 107
Binary 10100111 10011001 11001111 10011 11010 0 10011 100000000 100100 1000111

Color Harmonies of #A799CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799CF

Black with #A799CF

Text Example


Text Example

White with #A799CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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