Html Css Color HEX #AC6AB1 Violet Blue

📋 copy color: '#AC6AB1'

red 172 ◦ green 106 ◦ blue 177

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

Shades of Violet Blue #AC6AB1

Tints of Violet Blue #AC6AB1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.3%

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

R = 37.8%
G = 23.3%
B = 38.9%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC6AB1 (or 0xAC6AB1) is known color: Violet Blue. HEX triplet: AC, 6A and B1. RGB value is (172,106,177). Sum of RGB (Red+Green+Blue) = 172+106+177=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC6AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6AB1 is #53954E. Grayscale: #858585. Windows color (decimal): -5477711 or 11627180. OLE color: 11627180.

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

Color convert

RGB 172 106 177 -
CMYK 0.03 0.40 0 0.31
HSL 295.77º 0.31% 0.55% -
HSV(B) 295.77º 0.4% 0.69% -
XYZ 30.1 22.25 44.3 -
YUV 133.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 172 106 177 0.03 0.40 0 0.31 295.77 0.31 0.55
Hex AC 6A B1 3 28 0 1F 128 1F 37
Octal 254 152 261 3 50 0 37 450 37 67
Binary 10101100 1101010 10110001 11 101000 0 11111 100101000 11111 110111

Color Harmonies of #AC6AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6AB1

Black with #AC6AB1

Text Example


Text Example

White with #AC6AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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