Html Css Color HEX #AC80D8 Biloba Flower

📋 copy color: '#AC80D8'

red 172 ◦ green 128 ◦ blue 216

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

Shades of Biloba Flower #AC80D8

Tints of Biloba Flower #AC80D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.86%

R = 33.33%
G = 24.81%
B = 41.86%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC80D8 (or 0xAC80D8) is known color: Biloba Flower. HEX triplet: AC, 80 and D8. RGB value is (172,128,216). Sum of RGB (Red+Green+Blue) = 172+128+216=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC80D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80D8 is #537F27. Grayscale: #969696. Windows color (decimal): -5472040 or 14188716. OLE color: 14188716.

HSL color Cylindrical-coordinate representation of color #AC80D8: hue angle of 270º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC80D8 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 128 216 -
CMYK 0.20 0.41 0 0.15
HSL 270º 0.53% 0.67% -
HSV(B) 270º 0.41% 0.85% -
XYZ 37.13 29.17 68.64 -
YUV 151.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 172 128 216 0.20 0.41 0 0.15 270 0.53 0.67
Hex AC 80 D8 14 29 0 F 10E 35 43
Octal 254 200 330 24 51 0 17 416 65 103
Binary 10101100 10000000 11011000 10100 101001 0 1111 100001110 110101 1000011

Color Harmonies of #AC80D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC80D8

Black with #AC80D8

Text Example


Text Example

White with #AC80D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC80D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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