Html Css Color HEX #AC82D5 Biloba Flower

📋 copy color: '#AC82D5'

red 172 ◦ green 130 ◦ blue 213

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

Shades of Biloba Flower #AC82D5

Tints of Biloba Flower #AC82D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.36%

R = 33.4%
G = 25.24%
B = 41.36%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC82D5 (or 0xAC82D5) is known color: Biloba Flower. HEX triplet: AC, 82 and D5. RGB value is (172,130,213). Sum of RGB (Red+Green+Blue) = 172+130+213=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC82D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82D5 is #537D2A. Grayscale: #979797. Windows color (decimal): -5471531 or 13992620. OLE color: 13992620.

HSL color Cylindrical-coordinate representation of color #AC82D5: hue angle of 270.36º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC82D5 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 130 213 -
CMYK 0.19 0.39 0 0.16
HSL 270.36º 0.5% 0.67% -
HSV(B) 270.36º 0.39% 0.84% -
XYZ 37.01 29.54 66.7 -
YUV 152.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 172 130 213 0.19 0.39 0 0.16 270.36 0.5 0.67
Hex AC 82 D5 13 27 0 10 10E 32 43
Octal 254 202 325 23 47 0 20 416 62 103
Binary 10101100 10000010 11010101 10011 100111 0 10000 100001110 110010 1000011

Color Harmonies of #AC82D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC82D5

Black with #AC82D5

Text Example


Text Example

White with #AC82D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC82D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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