Html Css Color HEX #AC84DB Biloba Flower

📋 copy color: '#AC84DB'

red 172 ◦ green 132 ◦ blue 219

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

Shades of Biloba Flower #AC84DB

Tints of Biloba Flower #AC84DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.24%

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

R = 32.89%
G = 25.24%
B = 41.87%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC84DB (or 0xAC84DB) is known color: Biloba Flower. HEX triplet: AC, 84 and DB. RGB value is (172,132,219). Sum of RGB (Red+Green+Blue) = 172+132+219=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC84DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84DB is #537B24. Grayscale: #999999. Windows color (decimal): -5471013 or 14386348. OLE color: 14386348.

HSL color Cylindrical-coordinate representation of color #AC84DB: hue angle of 267.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC84DB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 132 219 -
CMYK 0.21 0.40 0 0.14
HSL 267.59º 0.55% 0.69% -
HSV(B) 267.59º 0.4% 0.86% -
XYZ 38.05 30.39 70.88 -
YUV 153.88 164.75 140.93 -
System Red Green Blue C M Y K H S L
Decimal 172 132 219 0.21 0.40 0 0.14 267.59 0.55 0.69
Hex AC 84 DB 15 28 0 E 10C 37 45
Octal 254 204 333 25 50 0 16 414 67 105
Binary 10101100 10000100 11011011 10101 101000 0 1110 100001100 110111 1000101

Color Harmonies of #AC84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC84DB

Black with #AC84DB

Text Example


Text Example

White with #AC84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC84DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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