Html Css Color HEX #AC83DD Biloba Flower

📋 copy color: '#AC83DD'

red 172 ◦ green 131 ◦ blue 221

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

Shades of Biloba Flower #AC83DD

Tints of Biloba Flower #AC83DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 32.82%
G = 25%
B = 42.18%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC83DD (or 0xAC83DD) is known color: Biloba Flower. HEX triplet: AC, 83 and DD. RGB value is (172,131,221). Sum of RGB (Red+Green+Blue) = 172+131+221=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC83DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83DD is #537C22. Grayscale: #999999. Windows color (decimal): -5471267 or 14517164. OLE color: 14517164.

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

Color convert

RGB 172 131 221 -
CMYK 0.22 0.41 0 0.13
HSL 267.33º 0.57% 0.69% -
HSV(B) 267.33º 0.41% 0.87% -
XYZ 38.18 30.22 72.23 -
YUV 153.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 172 131 221 0.22 0.41 0 0.13 267.33 0.57 0.69
Hex AC 83 DD 16 29 0 D 10B 39 45
Octal 254 203 335 26 51 0 15 413 71 105
Binary 10101100 10000011 11011101 10110 101001 0 1101 100001011 111001 1000101

Color Harmonies of #AC83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83DD

Black with #AC83DD

Text Example


Text Example

White with #AC83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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