Html Css Color HEX #AC82DF Biloba Flower

📋 copy color: '#AC82DF'

red 172 ◦ green 130 ◦ blue 223

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

Shades of Biloba Flower #AC82DF

Tints of Biloba Flower #AC82DF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.76%

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

R = 32.76%
G = 24.76%
B = 42.48%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC82DF (or 0xAC82DF) is known color: Biloba Flower. HEX triplet: AC, 82 and DF. RGB value is (172,130,223). Sum of RGB (Red+Green+Blue) = 172+130+223=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC82DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82DF is #537D20. Grayscale: #989898. Windows color (decimal): -5471521 or 14647980. OLE color: 14647980.

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

Color convert

RGB 172 130 223 -
CMYK 0.23 0.42 0 0.13
HSL 267.1º 0.59% 0.69% -
HSV(B) 267.1º 0.42% 0.87% -
XYZ 38.32 30.06 73.6 -
YUV 153.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 172 130 223 0.23 0.42 0 0.13 267.1 0.59 0.69
Hex AC 82 DF 17 2A 0 D 10B 3B 45
Octal 254 202 337 27 52 0 15 413 73 105
Binary 10101100 10000010 11011111 10111 101010 0 1101 100001011 111011 1000101

Color Harmonies of #AC82DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC82DF

Black with #AC82DF

Text Example


Text Example

White with #AC82DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC82DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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