Html Css Color HEX #AC87D6 Biloba Flower

📋 copy color: '#AC87D6'

red 172 ◦ green 135 ◦ blue 214

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

Shades of Biloba Flower #AC87D6

Tints of Biloba Flower #AC87D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.07%

R = 33.01%
G = 25.91%
B = 41.07%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC87D6 (or 0xAC87D6) is known color: Biloba Flower. HEX triplet: AC, 87 and D6. RGB value is (172,135,214). Sum of RGB (Red+Green+Blue) = 172+135+214=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC87D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC87D6 is #537829. Grayscale: #9A9A9A. Windows color (decimal): -5470250 or 14059436. OLE color: 14059436.

HSL color Cylindrical-coordinate representation of color #AC87D6: hue angle of 268.1º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC87D6 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 135 214 -
CMYK 0.20 0.37 0 0.16
HSL 268.1º 0.49% 0.68% -
HSV(B) 268.1º 0.37% 0.84% -
XYZ 37.81 30.95 67.6 -
YUV 155.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 172 135 214 0.20 0.37 0 0.16 268.1 0.49 0.68
Hex AC 87 D6 14 25 0 10 10C 31 44
Octal 254 207 326 24 45 0 20 414 61 104
Binary 10101100 10000111 11010110 10100 100101 0 10000 100001100 110001 1000100

Color Harmonies of #AC87D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC87D6

Black with #AC87D6

Text Example


Text Example

White with #AC87D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC87D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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