Html Css Color HEX #AC66B1 Violet Blue

📋 copy color: '#AC66B1'

red 172 ◦ green 102 ◦ blue 177

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

Shades of Violet Blue #AC66B1

Tints of Violet Blue #AC66B1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.62%

 BLUE value IS 177 (69.53% from 255) = 39.25%

R = 38.14%
G = 22.62%
B = 39.25%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC66B1 (or 0xAC66B1) is known color: Violet Blue. HEX triplet: AC, 66 and B1. RGB value is (172,102,177). Sum of RGB (Red+Green+Blue) = 172+102+177=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC66B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC66B1 is #53994E. Grayscale: #838383. Windows color (decimal): -5478735 or 11626156. OLE color: 11626156.

HSL color Cylindrical-coordinate representation of color #AC66B1: hue angle of 296º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC66B1 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 102 177 -
CMYK 0.03 0.42 0 0.31
HSL 296º 0.32% 0.55% -
HSV(B) 296º 0.42% 0.69% -
XYZ 29.7 21.45 44.17 -
YUV 131.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 172 102 177 0.03 0.42 0 0.31 296 0.32 0.55
Hex AC 66 B1 3 2A 0 1F 128 20 37
Octal 254 146 261 3 52 0 37 450 40 67
Binary 10101100 1100110 10110001 11 101010 0 11111 100101000 100000 110111

Color Harmonies of #AC66B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66B1

Black with #AC66B1

Text Example


Text Example

White with #AC66B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66B1; }

 p { color: rgb(172,102,177); }

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

background-color css

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

 a { background-color: rgb(172,102,177); }

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

border-color css

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

 span { border-color: rgb(172,102,177); }

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