#ACA1D5

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

Shades of Biloba Flower #ACA1D5

Tints of Biloba Flower #ACA1D5

Color information

#ACA1D5 (or 0xACA1D5) is unknown color: approx Biloba Flower. HEX triplet: AC, A1 and D5. RGB value is (172,161,213). Sum of RGB (Red+Green+Blue) = 172+161+213=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACA1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1D5 is #535E2A. Grayscale: #AAAAAA. Windows color (decimal): -5463595 or 14000556. OLE color: 14000556.

HSL color Cylindrical-coordinate representation of color #ACA1D5: hue angle of 252.69º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACA1D5 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172161213-
CMYK0.190.2400.16
HSL252.69º38.24%73.33%-
HSV(B)252.69º24.41%83.53%-
XYZ41.7739.0668.29-
YUV170.22152.14129.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 161 (63.28% from 255) = 29.49%
BLUE value IS 213 (83.59% from 255) = 39.01%
R=31.50%
G=29.49%
B=39.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721612130.190.2400.16252.6938.2473.33
HexACA1D51318010fd2649
Octal254241325233002037546111
Binary1010110010100001110101011001111000010000111111011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1D5; }

 p { color: rgb(172,161,213); }

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

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

 a { background-color: rgb(172,161,213); }

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

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

 span { border-color: rgb(172,161,213); }

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