Html Css Color HEX #AC8CDF Biloba Flower

📋 copy color: '#AC8CDF'

red 172 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #AC8CDF

Tints of Biloba Flower #AC8CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.17%

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 32.15%
G = 26.17%
B = 41.68%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC8CDF (or 0xAC8CDF) is known color: Biloba Flower. HEX triplet: AC, 8C and DF. RGB value is (172,140,223). Sum of RGB (Red+Green+Blue) = 172+140+223=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC8CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CDF is #537320. Grayscale: #9E9E9E. Windows color (decimal): -5468961 or 14650540. OLE color: 14650540.

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

Color convert

RGB 172 140 223 -
CMYK 0.23 0.37 0 0.13
HSL 263.13º 0.56% 0.71% -
HSV(B) 263.13º 0.37% 0.87% -
XYZ 39.71 32.85 74.06 -
YUV 159.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 172 140 223 0.23 0.37 0 0.13 263.13 0.56 0.71
Hex AC 8C DF 17 25 0 D 107 38 47
Octal 254 214 337 27 45 0 15 407 70 107
Binary 10101100 10001100 11011111 10111 100101 0 1101 100000111 111000 1000111

Color Harmonies of #AC8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8CDF

Black with #AC8CDF

Text Example


Text Example

White with #AC8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8CDF; }

 p { color: rgb(172,140,223); }

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

background-color css

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

 a { background-color: rgb(172,140,223); }

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

border-color css

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

 span { border-color: rgb(172,140,223); }

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