Html Css Color HEX #AC87DF Biloba Flower

📋 copy color: '#AC87DF'

red 172 ◦ green 135 ◦ blue 223

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

Shades of Biloba Flower #AC87DF

Tints of Biloba Flower #AC87DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.47%

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

R = 32.45%
G = 25.47%
B = 42.08%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC87DF (or 0xAC87DF) is known color: Biloba Flower. HEX triplet: AC, 87 and DF. RGB value is (172,135,223). Sum of RGB (Red+Green+Blue) = 172+135+223=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC87DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC87DF is #537820. Grayscale: #9B9B9B. Windows color (decimal): -5470241 or 14649260. OLE color: 14649260.

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

Color convert

RGB 172 135 223 -
CMYK 0.23 0.39 0 0.13
HSL 265.23º 0.58% 0.7% -
HSV(B) 265.23º 0.39% 0.87% -
XYZ 39 31.43 73.82 -
YUV 156.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 172 135 223 0.23 0.39 0 0.13 265.23 0.58 0.7
Hex AC 87 DF 17 27 0 D 109 3A 46
Octal 254 207 337 27 47 0 15 411 72 106
Binary 10101100 10000111 11011111 10111 100111 0 1101 100001001 111010 1000110

Color Harmonies of #AC87DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC87DF

Black with #AC87DF

Text Example


Text Example

White with #AC87DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC87DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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