Html Css Color HEX #AC8BEA Biloba Flower

📋 copy color: '#AC8BEA'

red 172 ◦ green 139 ◦ blue 234

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

Shades of Biloba Flower #AC8BEA

Tints of Biloba Flower #AC8BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 31.56%
G = 25.5%
B = 42.94%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC8BEA (or 0xAC8BEA) is known color: Biloba Flower. HEX triplet: AC, 8B and EA. RGB value is (172,139,234). Sum of RGB (Red+Green+Blue) = 172+139+234=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC8BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8BEA is #537415. Grayscale: #9F9F9F. Windows color (decimal): -5469206 or 15371180. OLE color: 15371180.

HSL color Cylindrical-coordinate representation of color #AC8BEA: hue angle of 260.84º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC8BEA is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 139 234 -
CMYK 0.26 0.41 0 0.08
HSL 260.84º 0.69% 0.73% -
HSV(B) 260.84º 0.41% 0.92% -
XYZ 41.1 33.18 82.08 -
YUV 159.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 172 139 234 0.26 0.41 0 0.08 260.84 0.69 0.73
Hex AC 8B EA 1A 29 0 8 105 45 49
Octal 254 213 352 32 51 0 10 405 105 111
Binary 10101100 10001011 11101010 11010 101001 0 1000 100000101 1000101 1001001

Color Harmonies of #AC8BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8BEA

Black with #AC8BEA

Text Example


Text Example

White with #AC8BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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