Html Css Color HEX #AC8EDF Biloba Flower

📋 copy color: '#AC8EDF'

red 172 ◦ green 142 ◦ blue 223

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

Shades of Biloba Flower #AC8EDF

Tints of Biloba Flower #AC8EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.44%

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 32.03%
G = 26.44%
B = 41.53%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC8EDF (or 0xAC8EDF) is known color: Biloba Flower. HEX triplet: AC, 8E and DF. RGB value is (172,142,223). Sum of RGB (Red+Green+Blue) = 172+142+223=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC8EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8EDF is #537120. Grayscale: #9F9F9F. Windows color (decimal): -5468449 or 14651052. OLE color: 14651052.

HSL color Cylindrical-coordinate representation of color #AC8EDF: hue angle of 262.22º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC8EDF is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 142 223 -
CMYK 0.23 0.36 0 0.13
HSL 262.22º 0.56% 0.72% -
HSV(B) 262.22º 0.36% 0.87% -
XYZ 40.01 33.44 74.16 -
YUV 160.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 172 142 223 0.23 0.36 0 0.13 262.22 0.56 0.72
Hex AC 8E DF 17 24 0 D 106 38 48
Octal 254 216 337 27 44 0 15 406 70 110
Binary 10101100 10001110 11011111 10111 100100 0 1101 100000110 111000 1001000

Color Harmonies of #AC8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8EDF

Black with #AC8EDF

Text Example


Text Example

White with #AC8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8EDF; }

 p { color: rgb(172,142,223); }

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

background-color css

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

 a { background-color: rgb(172,142,223); }

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

border-color css

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

 span { border-color: rgb(172,142,223); }

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