#AC83DD

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

Shades of Biloba Flower #AC83DD

Tints of Biloba Flower #AC83DD

Color information

#AC83DD (or 0xAC83DD) is unknown color: approx Biloba Flower. HEX triplet: AC, 83 and DD. RGB value is (172,131,221). Sum of RGB (Red+Green+Blue) = 172+131+221=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC83DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83DD is #537C22. Grayscale: #999999. Windows color (decimal): -5471267 or 14517164. OLE color: 14517164.

HSL color Cylindrical-coordinate representation of color #AC83DD: hue angle of 267.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC83DD is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172131221-
CMYK0.220.4100.13
HSL267.33º56.96%69.02%-
HSV(B)267.33º40.72%86.67%-
XYZ38.1830.2272.23-
YUV153.52166.08141.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 131 (51.56% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=32.82%
G=25%
B=42.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721312210.220.4100.13267.3356.9669.02
HexAC83DD16290D10b3945
Octal254203335265101541371105
Binary10101100100000111101110110110101001011011000010111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC83DD; }

 p { color: rgb(172,131,221); }

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

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

 a { background-color: rgb(172,131,221); }

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

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

 span { border-color: rgb(172,131,221); }

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