#ACA1CD

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

Shades of Biloba Flower #ACA1CD

Tints of Biloba Flower #ACA1CD

Color information

#ACA1CD (or 0xACA1CD) is unknown color: approx Biloba Flower. HEX triplet: AC, A1 and CD. RGB value is (172,161,205). Sum of RGB (Red+Green+Blue) = 172+161+205=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACA1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1CD is #535E32. Grayscale: #A9A9A9. Windows color (decimal): -5463603 or 13476268. OLE color: 13476268.

HSL color Cylindrical-coordinate representation of color #ACA1CD: hue angle of 255º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACA1CD is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172161205-
CMYK0.160.2100.20
HSL255º30.56%71.76%-
HSV(B)255º21.46%80.39%-
XYZ40.7838.6763.07-
YUV169.3148.14129.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=31.97%
G=29.93%
B=38.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721612050.160.2100.2025530.5671.76
HexACA1CD1015014ff1f48
Octal254241315202502437737110
Binary101011001010000111001101100001010101010011111111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1CD; }

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

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

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

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

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

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

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

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