Html Css Color HEX #AC84EC Biloba Flower

📋 copy color: '#AC84EC'

red 172 ◦ green 132 ◦ blue 236

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

Shades of Biloba Flower #AC84EC

Tints of Biloba Flower #AC84EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.7%

R = 31.85%
G = 24.44%
B = 43.7%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC84EC (or 0xAC84EC) is known color: Biloba Flower. HEX triplet: AC, 84 and EC. RGB value is (172,132,236). Sum of RGB (Red+Green+Blue) = 172+132+236=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC84EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC84EC is #537B13. Grayscale: #9B9B9B. Windows color (decimal): -5470996 or 15500460. OLE color: 15500460.

HSL color Cylindrical-coordinate representation of color #AC84EC: hue angle of 263.08º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC84EC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 132 236 -
CMYK 0.27 0.44 0 0.07
HSL 263.08º 0.73% 0.72% -
HSV(B) 263.08º 0.44% 0.93% -
XYZ 40.4 31.33 83.27 -
YUV 155.82 173.25 139.54 -
System Red Green Blue C M Y K H S L
Decimal 172 132 236 0.27 0.44 0 0.07 263.08 0.73 0.72
Hex AC 84 EC 1B 2C 0 7 107 49 48
Octal 254 204 354 33 54 0 7 407 111 110
Binary 10101100 10000100 11101100 11011 101100 0 111 100000111 1001001 1001000

Color Harmonies of #AC84EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC84EC

Black with #AC84EC

Text Example


Text Example

White with #AC84EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC84EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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