Html Css Color HEX #AC83DF Biloba Flower

📋 copy color: '#AC83DF'

red 172 ◦ green 131 ◦ blue 223

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

Shades of Biloba Flower #AC83DF

Tints of Biloba Flower #AC83DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 32.7%
G = 24.9%
B = 42.4%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC83DF (or 0xAC83DF) is known color: Biloba Flower. HEX triplet: AC, 83 and DF. RGB value is (172,131,223). Sum of RGB (Red+Green+Blue) = 172+131+223=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC83DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83DF is #537C20. Grayscale: #999999. Windows color (decimal): -5471265 or 14648236. OLE color: 14648236.

HSL color Cylindrical-coordinate representation of color #AC83DF: hue angle of 266.74º degrees, saturation: 0.59, 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 #AC83DF is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 131 223 -
CMYK 0.23 0.41 0 0.13
HSL 266.74º 0.59% 0.69% -
HSV(B) 266.74º 0.41% 0.87% -
XYZ 38.45 30.33 73.64 -
YUV 153.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 172 131 223 0.23 0.41 0 0.13 266.74 0.59 0.69
Hex AC 83 DF 17 29 0 D 10B 3B 45
Octal 254 203 337 27 51 0 15 413 73 105
Binary 10101100 10000011 11011111 10111 101001 0 1101 100001011 111011 1000101

Color Harmonies of #AC83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83DF

Black with #AC83DF

Text Example


Text Example

White with #AC83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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