Html Css Color HEX #AC84D8 Biloba Flower

📋 copy color: '#AC84D8'

red 172 ◦ green 132 ◦ blue 216

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

Shades of Biloba Flower #AC84D8

Tints of Biloba Flower #AC84D8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.38%

 BLUE value IS 216 (84.77% from 255) = 41.54%

R = 33.08%
G = 25.38%
B = 41.54%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC84D8 (or 0xAC84D8) is known color: Biloba Flower. HEX triplet: AC, 84 and D8. RGB value is (172,132,216). Sum of RGB (Red+Green+Blue) = 172+132+216=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC84D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84D8 is #537B27. Grayscale: #999999. Windows color (decimal): -5471016 or 14189740. OLE color: 14189740.

HSL color Cylindrical-coordinate representation of color #AC84D8: hue angle of 268.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC84D8 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 132 216 -
CMYK 0.20 0.39 0 0.15
HSL 268.57º 0.52% 0.68% -
HSV(B) 268.57º 0.39% 0.85% -
XYZ 37.66 30.23 68.82 -
YUV 153.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 172 132 216 0.20 0.39 0 0.15 268.57 0.52 0.68
Hex AC 84 D8 14 27 0 F 10D 34 44
Octal 254 204 330 24 47 0 17 415 64 104
Binary 10101100 10000100 11011000 10100 100111 0 1111 100001101 110100 1000100

Color Harmonies of #AC84D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC84D8

Black with #AC84D8

Text Example


Text Example

White with #AC84D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC84D8; }

 p { color: rgb(172,132,216); }

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

background-color css

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

 a { background-color: rgb(172,132,216); }

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

border-color css

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

 span { border-color: rgb(172,132,216); }

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