Html Css Color HEX #AC83DA Biloba Flower

📋 copy color: '#AC83DA'

red 172 ◦ green 131 ◦ blue 218

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

Shades of Biloba Flower #AC83DA

Tints of Biloba Flower #AC83DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 33.01%
G = 25.14%
B = 41.84%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC83DA (or 0xAC83DA) is known color: Biloba Flower. HEX triplet: AC, 83 and DA. RGB value is (172,131,218). Sum of RGB (Red+Green+Blue) = 172+131+218=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC83DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83DA is #537C25. Grayscale: #989898. Windows color (decimal): -5471270 or 14320556. OLE color: 14320556.

HSL color Cylindrical-coordinate representation of color #AC83DA: hue angle of 268.28º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC83DA is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 131 218 -
CMYK 0.21 0.40 0 0.15
HSL 268.28º 0.54% 0.68% -
HSV(B) 268.28º 0.4% 0.85% -
XYZ 37.78 30.07 70.14 -
YUV 153.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 172 131 218 0.21 0.40 0 0.15 268.28 0.54 0.68
Hex AC 83 DA 15 28 0 F 10C 36 44
Octal 254 203 332 25 50 0 17 414 66 104
Binary 10101100 10000011 11011010 10101 101000 0 1111 100001100 110110 1000100

Color Harmonies of #AC83DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83DA

Black with #AC83DA

Text Example


Text Example

White with #AC83DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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