Html Css Color HEX #AC80DF Biloba Flower

📋 copy color: '#AC80DF'

red 172 ◦ green 128 ◦ blue 223

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

Shades of Biloba Flower #AC80DF

Tints of Biloba Flower #AC80DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.47%

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

R = 32.89%
G = 24.47%
B = 42.64%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC80DF (or 0xAC80DF) is known color: Biloba Flower. HEX triplet: AC, 80 and DF. RGB value is (172,128,223). Sum of RGB (Red+Green+Blue) = 172+128+223=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80DF is #537F20. Grayscale: #979797. Windows color (decimal): -5472033 or 14647468. OLE color: 14647468.

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

Color convert

RGB 172 128 223 -
CMYK 0.23 0.43 0 0.13
HSL 267.79º 0.6% 0.69% -
HSV(B) 267.79º 0.43% 0.87% -
XYZ 38.05 29.54 73.51 -
YUV 151.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 172 128 223 0.23 0.43 0 0.13 267.79 0.6 0.69
Hex AC 80 DF 17 2B 0 D 10C 3C 45
Octal 254 200 337 27 53 0 15 414 74 105
Binary 10101100 10000000 11011111 10111 101011 0 1101 100001100 111100 1000101

Color Harmonies of #AC80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC80DF

Black with #AC80DF

Text Example


Text Example

White with #AC80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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