Html Css Color HEX #ACA3C5 Biloba Flower

📋 copy color: '#ACA3C5'

red 172 ◦ green 163 ◦ blue 197

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

Shades of Biloba Flower #ACA3C5

Tints of Biloba Flower #ACA3C5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.64%

 BLUE value IS 197 (77.34% from 255) = 37.03%

R = 32.33%
G = 30.64%
B = 37.03%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ACA3C5 (or 0xACA3C5) is known color: Biloba Flower. HEX triplet: AC, A3 and C5. RGB value is (172,163,197). Sum of RGB (Red+Green+Blue) = 172+163+197=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 197 - color contains mainly: blue. Hex color #ACA3C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA3C5 is #535C3A. Grayscale: #A9A9A9. Windows color (decimal): -5463099 or 12952492. OLE color: 12952492.

HSL color Cylindrical-coordinate representation of color #ACA3C5: hue angle of 255.88º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACA3C5 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 163 197 -
CMYK 0.13 0.17 0 0.23
HSL 255.88º 0.23% 0.71% -
HSV(B) 255.88º 0.17% 0.77% -
XYZ 40.19 39 58.23 -
YUV 169.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 172 163 197 0.13 0.17 0 0.23 255.88 0.23 0.71
Hex AC A3 C5 D 11 0 17 100 17 47
Octal 254 243 305 15 21 0 27 400 27 107
Binary 10101100 10100011 11000101 1101 10001 0 10111 100000000 10111 1000111

Color Harmonies of #ACA3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA3C5

Black with #ACA3C5

Text Example


Text Example

White with #ACA3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA3C5; }

 p { color: rgb(172,163,197); }

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

background-color css

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

 a { background-color: rgb(172,163,197); }

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

border-color css

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

 span { border-color: rgb(172,163,197); }

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