Html Css Color HEX #AC8ED1 Biloba Flower

📋 copy color: '#AC8ED1'

red 172 ◦ green 142 ◦ blue 209

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

Shades of Biloba Flower #AC8ED1

Tints of Biloba Flower #AC8ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.96%

R = 32.89%
G = 27.15%
B = 39.96%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC8ED1 (or 0xAC8ED1) is known color: Biloba Flower. HEX triplet: AC, 8E and D1. RGB value is (172,142,209). Sum of RGB (Red+Green+Blue) = 172+142+209=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC8ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ED1 is #53712E. Grayscale: #9E9E9E. Windows color (decimal): -5468463 or 13733548. OLE color: 13733548.

HSL color Cylindrical-coordinate representation of color #AC8ED1: hue angle of 266.87º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC8ED1 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 142 209 -
CMYK 0.18 0.32 0 0.18
HSL 266.87º 0.42% 0.69% -
HSV(B) 266.87º 0.32% 0.82% -
XYZ 38.19 32.72 64.62 -
YUV 158.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 172 142 209 0.18 0.32 0 0.18 266.87 0.42 0.69
Hex AC 8E D1 12 20 0 12 10B 2A 45
Octal 254 216 321 22 40 0 22 413 52 105
Binary 10101100 10001110 11010001 10010 100000 0 10010 100001011 101010 1000101

Color Harmonies of #AC8ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8ED1

Black with #AC8ED1

Text Example


Text Example

White with #AC8ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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