Html Css Color HEX #AC8BEC Biloba Flower

📋 copy color: '#AC8BEC'

red 172 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #AC8BEC

Tints of Biloba Flower #AC8BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.41%

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

R = 31.44%
G = 25.41%
B = 43.14%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC8BEC (or 0xAC8BEC) is known color: Biloba Flower. HEX triplet: AC, 8B and EC. RGB value is (172,139,236). Sum of RGB (Red+Green+Blue) = 172+139+236=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC8BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8BEC is #537413. Grayscale: #9F9F9F. Windows color (decimal): -5469204 or 15502252. OLE color: 15502252.

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

Color convert

RGB 172 139 236 -
CMYK 0.27 0.41 0 0.07
HSL 260.41º 0.72% 0.74% -
HSV(B) 260.41º 0.41% 0.93% -
XYZ 41.39 33.29 83.6 -
YUV 159.93 170.93 136.61 -
System Red Green Blue C M Y K H S L
Decimal 172 139 236 0.27 0.41 0 0.07 260.41 0.72 0.74
Hex AC 8B EC 1B 29 0 7 104 48 4A
Octal 254 213 354 33 51 0 7 404 110 112
Binary 10101100 10001011 11101100 11011 101001 0 111 100000100 1001000 1001010

Color Harmonies of #AC8BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8BEC

Black with #AC8BEC

Text Example


Text Example

White with #AC8BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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