#AC7DD7

Color #AC7DD7 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AC7DD7

Tints of Biloba Flower #AC7DD7

Color information

#AC7DD7 (or 0xAC7DD7) is unknown color: approx Biloba Flower. HEX triplet: AC, 7D and D7. RGB value is (172,125,215). Sum of RGB (Red+Green+Blue) = 172+125+215=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC7DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DD7 is #538228. Grayscale: #959595. Windows color (decimal): -5472809 or 14122412. OLE color: 14122412.

HSL color Cylindrical-coordinate representation of color #AC7DD7: hue angle of 271.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC7DD7 is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172125215-
CMYK0.20.4200.16
HSL271.33º52.94%66.67%-
HSV(B)271.33º41.86%84.31%-
XYZ36.6128.3467.83-
YUV149.31165.07144.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 125 (49.22% from 255) = 24.41%
BLUE value IS 215 (84.38% from 255) = 41.99%
R=33.59%
G=24.41%
B=41.99%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721252150.20.4200.16271.3352.9466.67
HexAC7DD7142A01010f3543
Octal254175327245202041765103
Binary10101100111110111010111101001010100100001000011111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DD7; }

 p { color: rgb(172,125,215); }

 H1.HeaderClassName
 {
   color: #AC7DD7;
 }
 .AnyTagClassName
 {
   color: #AC7DD7;
 }
</style>
background-color css

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

 a { background-color: rgb(172,125,215); }

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

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

 span { border-color: rgb(172,125,215); }

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