Html Css Color HEX #AC82D7 Biloba Flower

📋 copy color: '#AC82D7'

red 172 ◦ green 130 ◦ blue 215

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

Shades of Biloba Flower #AC82D7

Tints of Biloba Flower #AC82D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.59%

R = 33.27%
G = 25.15%
B = 41.59%

CMYK

 C value IS 0.2

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC82D7 (or 0xAC82D7) is known color: Biloba Flower. HEX triplet: AC, 82 and D7. RGB value is (172,130,215). Sum of RGB (Red+Green+Blue) = 172+130+215=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC82D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82D7 is #537D28. Grayscale: #979797. Windows color (decimal): -5471529 or 14123692. OLE color: 14123692.

HSL color Cylindrical-coordinate representation of color #AC82D7: hue angle of 269.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC82D7 is Cyan = 0.2, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 130 215 -
CMYK 0.2 0.40 0 0.16
HSL 269.65º 0.52% 0.68% -
HSV(B) 269.65º 0.4% 0.84% -
XYZ 37.26 29.64 68.05 -
YUV 152.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 172 130 215 0.2 0.40 0 0.16 269.65 0.52 0.68
Hex AC 82 D7 14 28 0 10 10E 34 44
Octal 254 202 327 24 50 0 20 416 64 104
Binary 10101100 10000010 11010111 10100 101000 0 10000 100001110 110100 1000100

Color Harmonies of #AC82D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC82D7

Black with #AC82D7

Text Example


Text Example

White with #AC82D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC82D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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