Html Css Color HEX #AC8BCE Biloba Flower

📋 copy color: '#AC8BCE'

red 172 ◦ green 139 ◦ blue 206

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

Shades of Biloba Flower #AC8BCE

Tints of Biloba Flower #AC8BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 33.27%
G = 26.89%
B = 39.85%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC8BCE (or 0xAC8BCE) is known color: Biloba Flower. HEX triplet: AC, 8B and CE. RGB value is (172,139,206). Sum of RGB (Red+Green+Blue) = 172+139+206=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC8BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BCE is #537431. Grayscale: #9C9C9C. Windows color (decimal): -5469234 or 13536172. OLE color: 13536172.

HSL color Cylindrical-coordinate representation of color #AC8BCE: hue angle of 269.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8BCE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 139 206 -
CMYK 0.17 0.33 0 0.19
HSL 269.55º 0.41% 0.68% -
HSV(B) 269.55º 0.33% 0.81% -
XYZ 37.39 31.69 62.54 -
YUV 156.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 172 139 206 0.17 0.33 0 0.19 269.55 0.41 0.68
Hex AC 8B CE 11 21 0 13 10E 29 44
Octal 254 213 316 21 41 0 23 416 51 104
Binary 10101100 10001011 11001110 10001 100001 0 10011 100001110 101001 1000100

Color Harmonies of #AC8BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8BCE

Black with #AC8BCE

Text Example


Text Example

White with #AC8BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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