Html Css Color HEX #AC80DB Biloba Flower

📋 copy color: '#AC80DB'

red 172 ◦ green 128 ◦ blue 219

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

Shades of Biloba Flower #AC80DB

Tints of Biloba Flower #AC80DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 33.14%
G = 24.66%
B = 42.2%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC80DB (or 0xAC80DB) is known color: Biloba Flower. HEX triplet: AC, 80 and DB. RGB value is (172,128,219). Sum of RGB (Red+Green+Blue) = 172+128+219=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC80DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80DB is #537F24. Grayscale: #979797. Windows color (decimal): -5472037 or 14385324. OLE color: 14385324.

HSL color Cylindrical-coordinate representation of color #AC80DB: hue angle of 269.01º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC80DB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 128 219 -
CMYK 0.21 0.42 0 0.14
HSL 269.01º 0.56% 0.68% -
HSV(B) 269.01º 0.42% 0.86% -
XYZ 37.52 29.32 70.7 -
YUV 151.53 166.08 142.6 -
System Red Green Blue C M Y K H S L
Decimal 172 128 219 0.21 0.42 0 0.14 269.01 0.56 0.68
Hex AC 80 DB 15 2A 0 E 10D 38 44
Octal 254 200 333 25 52 0 16 415 70 104
Binary 10101100 10000000 11011011 10101 101010 0 1110 100001101 111000 1000100

Color Harmonies of #AC80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC80DB

Black with #AC80DB

Text Example


Text Example

White with #AC80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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