Html Css Color HEX #AC8FE6 Biloba Flower

📋 copy color: '#AC8FE6'

red 172 ◦ green 143 ◦ blue 230

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

Shades of Biloba Flower #AC8FE6

Tints of Biloba Flower #AC8FE6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.24%

 BLUE value IS 230 (90.23% from 255) = 42.2%

R = 31.56%
G = 26.24%
B = 42.2%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC8FE6 (or 0xAC8FE6) is known color: Biloba Flower. HEX triplet: AC, 8F and E6. RGB value is (172,143,230). Sum of RGB (Red+Green+Blue) = 172+143+230=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC8FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8FE6 is #537019. Grayscale: #A1A1A1. Windows color (decimal): -5468186 or 15110060. OLE color: 15110060.

HSL color Cylindrical-coordinate representation of color #AC8FE6: hue angle of 260º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC8FE6 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 143 230 -
CMYK 0.25 0.38 0 0.10
HSL 260º 0.64% 0.73% -
HSV(B) 260º 0.38% 0.9% -
XYZ 41.12 34.13 79.28 -
YUV 161.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 172 143 230 0.25 0.38 0 0.10 260 0.64 0.73
Hex AC 8F E6 19 26 0 A 104 40 49
Octal 254 217 346 31 46 0 12 404 100 111
Binary 10101100 10001111 11100110 11001 100110 0 1010 100000100 1000000 1001001

Color Harmonies of #AC8FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FE6

Black with #AC8FE6

Text Example


Text Example

White with #AC8FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FE6; }

 p { color: rgb(172,143,230); }

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

background-color css

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

 a { background-color: rgb(172,143,230); }

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

border-color css

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

 span { border-color: rgb(172,143,230); }

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