Html Css Color HEX #AC85EC Biloba Flower

📋 copy color: '#AC85EC'

red 172 ◦ green 133 ◦ blue 236

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

Shades of Biloba Flower #AC85EC

Tints of Biloba Flower #AC85EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.58%

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

R = 31.79%
G = 24.58%
B = 43.62%

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

#AC85EC (or 0xAC85EC) is known color: Biloba Flower. HEX triplet: AC, 85 and EC. RGB value is (172,133,236). Sum of RGB (Red+Green+Blue) = 172+133+236=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC85EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC85EC is #537A13. Grayscale: #9C9C9C. Windows color (decimal): -5470740 or 15500716. OLE color: 15500716.

HSL color Cylindrical-coordinate representation of color #AC85EC: hue angle of 262.72º 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 #AC85EC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 133 236 -
CMYK 0.27 0.44 0 0.07
HSL 262.72º 0.73% 0.72% -
HSV(B) 262.72º 0.44% 0.93% -
XYZ 40.54 31.6 83.32 -
YUV 156.4 172.92 139.12 -
System Red Green Blue C M Y K H S L
Decimal 172 133 236 0.27 0.44 0 0.07 262.72 0.73 0.72
Hex AC 85 EC 1B 2C 0 7 107 49 48
Octal 254 205 354 33 54 0 7 407 111 110
Binary 10101100 10000101 11101100 11011 101100 0 111 100000111 1001001 1001000

Color Harmonies of #AC85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC85EC

Black with #AC85EC

Text Example


Text Example

White with #AC85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC85EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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