Html Css Color HEX #AC83DB Biloba Flower

📋 copy color: '#AC83DB'

red 172 ◦ green 131 ◦ blue 219

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

Shades of Biloba Flower #AC83DB

Tints of Biloba Flower #AC83DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.1%

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

R = 32.95%
G = 25.1%
B = 41.95%

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

#AC83DB (or 0xAC83DB) is known color: Biloba Flower. HEX triplet: AC, 83 and DB. RGB value is (172,131,219). Sum of RGB (Red+Green+Blue) = 172+131+219=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83DB is #537C24. Grayscale: #989898. Windows color (decimal): -5471269 or 14386092. OLE color: 14386092.

HSL color Cylindrical-coordinate representation of color #AC83DB: hue angle of 267.95º 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 #AC83DB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 131 219 -
CMYK 0.21 0.40 0 0.14
HSL 267.95º 0.55% 0.69% -
HSV(B) 267.95º 0.4% 0.86% -
XYZ 37.92 30.12 70.83 -
YUV 153.29 165.08 141.34 -
System Red Green Blue C M Y K H S L
Decimal 172 131 219 0.21 0.40 0 0.14 267.95 0.55 0.69
Hex AC 83 DB 15 28 0 E 10C 37 45
Octal 254 203 333 25 50 0 16 414 67 105
Binary 10101100 10000011 11011011 10101 101000 0 1110 100001100 110111 1000101

Color Harmonies of #AC83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83DB

Black with #AC83DB

Text Example


Text Example

White with #AC83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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