Html Css Color HEX #AC8BEF Biloba Flower

📋 copy color: '#AC8BEF'

red 172 ◦ green 139 ◦ blue 239

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

Shades of Biloba Flower #AC8BEF

Tints of Biloba Flower #AC8BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.45%

R = 31.27%
G = 25.27%
B = 43.45%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC8BEF (or 0xAC8BEF) is known color: Biloba Flower. HEX triplet: AC, 8B and EF. RGB value is (172,139,239). Sum of RGB (Red+Green+Blue) = 172+139+239=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC8BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8BEF is #537410. Grayscale: #9F9F9F. Windows color (decimal): -5469201 or 15698860. OLE color: 15698860.

HSL color Cylindrical-coordinate representation of color #AC8BEF: hue angle of 259.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC8BEF is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 139 239 -
CMYK 0.28 0.42 0 0.06
HSL 259.8º 0.76% 0.74% -
HSV(B) 259.8º 0.42% 0.94% -
XYZ 41.83 33.47 85.92 -
YUV 160.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 172 139 239 0.28 0.42 0 0.06 259.8 0.76 0.74
Hex AC 8B EF 1C 2A 0 6 104 4C 4A
Octal 254 213 357 34 52 0 6 404 114 112
Binary 10101100 10001011 11101111 11100 101010 0 110 100000100 1001100 1001010

Color Harmonies of #AC8BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8BEF

Black with #AC8BEF

Text Example


Text Example

White with #AC8BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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