Html Css Color HEX #AC9DC7 Biloba Flower

📋 copy color: '#AC9DC7'

red 172 ◦ green 157 ◦ blue 199

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

Shades of Biloba Flower #AC9DC7

Tints of Biloba Flower #AC9DC7

RGB

 RED value IS 172 (67.58% from 255) = 32.58%

 GREEN value IS 157 (61.72% from 255) = 29.73%

 BLUE value IS 199 (78.13% from 255) = 37.69%

R = 32.58%
G = 29.73%
B = 37.69%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC9DC7 (or 0xAC9DC7) is known color: Biloba Flower. HEX triplet: AC, 9D and C7. RGB value is (172,157,199). Sum of RGB (Red+Green+Blue) = 172+157+199=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC9DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DC7 is #536238. Grayscale: #A6A6A6. Windows color (decimal): -5464633 or 13082028. OLE color: 13082028.

HSL color Cylindrical-coordinate representation of color #AC9DC7: hue angle of 261.43º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC9DC7 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 157 199 -
CMYK 0.14 0.21 0 0.22
HSL 261.43º 0.27% 0.7% -
HSV(B) 261.43º 0.21% 0.78% -
XYZ 39.38 37.01 59.1 -
YUV 166.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 172 157 199 0.14 0.21 0 0.22 261.43 0.27 0.7
Hex AC 9D C7 E 15 0 16 105 1B 46
Octal 254 235 307 16 25 0 26 405 33 106
Binary 10101100 10011101 11000111 1110 10101 0 10110 100000101 11011 1000110

Color Harmonies of #AC9DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DC7

Black with #AC9DC7

Text Example


Text Example

White with #AC9DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DC7; }

 p { color: rgb(172,157,199); }

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

background-color css

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

 a { background-color: rgb(172,157,199); }

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

border-color css

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

 span { border-color: rgb(172,157,199); }

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