Html Css Color HEX #AC8FE9 Biloba Flower

📋 copy color: '#AC8FE9'

red 172 ◦ green 143 ◦ blue 233

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

Shades of Biloba Flower #AC8FE9

Tints of Biloba Flower #AC8FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.52%

R = 31.39%
G = 26.09%
B = 42.52%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC8FE9 (or 0xAC8FE9) is known color: Biloba Flower. HEX triplet: AC, 8F and E9. RGB value is (172,143,233). Sum of RGB (Red+Green+Blue) = 172+143+233=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC8FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8FE9 is #537016. Grayscale: #A1A1A1. Windows color (decimal): -5468183 or 15306668. OLE color: 15306668.

HSL color Cylindrical-coordinate representation of color #AC8FE9: hue angle of 259.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC8FE9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 143 233 -
CMYK 0.26 0.39 0 0.09
HSL 259.33º 0.67% 0.74% -
HSV(B) 259.33º 0.39% 0.91% -
XYZ 41.54 34.3 81.52 -
YUV 161.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 172 143 233 0.26 0.39 0 0.09 259.33 0.67 0.74
Hex AC 8F E9 1A 27 0 9 103 43 4A
Octal 254 217 351 32 47 0 11 403 103 112
Binary 10101100 10001111 11101001 11010 100111 0 1001 100000011 1000011 1001010

Color Harmonies of #AC8FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FE9

Black with #AC8FE9

Text Example


Text Example

White with #AC8FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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