Html Css Color HEX #ACA1CA Biloba Flower

📋 copy color: '#ACA1CA'

red 172 ◦ green 161 ◦ blue 202

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

Shades of Biloba Flower #ACA1CA

Tints of Biloba Flower #ACA1CA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.09%

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 32.15%
G = 30.09%
B = 37.76%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ACA1CA (or 0xACA1CA) is known color: Biloba Flower. HEX triplet: AC, A1 and CA. RGB value is (172,161,202). Sum of RGB (Red+Green+Blue) = 172+161+202=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1CA is #535E35. Grayscale: #A8A8A8. Windows color (decimal): -5463606 or 13279660. OLE color: 13279660.

HSL color Cylindrical-coordinate representation of color #ACA1CA: hue angle of 256.1º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACA1CA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 161 202 -
CMYK 0.15 0.20 0 0.21
HSL 256.1º 0.28% 0.71% -
HSV(B) 256.1º 0.2% 0.79% -
XYZ 40.42 38.52 61.18 -
YUV 168.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 172 161 202 0.15 0.20 0 0.21 256.1 0.28 0.71
Hex AC A1 CA F 14 0 15 100 1C 47
Octal 254 241 312 17 24 0 25 400 34 107
Binary 10101100 10100001 11001010 1111 10100 0 10101 100000000 11100 1000111

Color Harmonies of #ACA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA1CA

Black with #ACA1CA

Text Example


Text Example

White with #ACA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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