Html Css Color HEX #AC62A1 Violet Blue

📋 copy color: '#AC62A1'

red 172 ◦ green 98 ◦ blue 161

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

Shades of Violet Blue #AC62A1

Tints of Violet Blue #AC62A1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.74%

 BLUE value IS 161 (63.28% from 255) = 37.35%

R = 39.91%
G = 22.74%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC62A1 (or 0xAC62A1) is known color: Violet Blue. HEX triplet: AC, 62 and A1. RGB value is (172,98,161). Sum of RGB (Red+Green+Blue) = 172+98+161=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC62A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC62A1 is #539D5E. Grayscale: #7F7F7F. Windows color (decimal): -5479775 or 10576556. OLE color: 10576556.

HSL color Cylindrical-coordinate representation of color #AC62A1: hue angle of 308.92º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC62A1 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 98 161 -
CMYK 0 0.43 0.06 0.33
HSL 308.92º 0.31% 0.53% -
HSV(B) 308.92º 0.43% 0.67% -
XYZ 27.81 20.08 36.13 -
YUV 127.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 172 98 161 0 0.43 0.06 0.33 308.92 0.31 0.53
Hex AC 62 A1 0 2B 6 21 135 1F 35
Octal 254 142 241 0 53 6 41 465 37 65
Binary 10101100 1100010 10100001 0 101011 110 100001 100110101 11111 110101

Color Harmonies of #AC62A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62A1

Black with #AC62A1

Text Example


Text Example

White with #AC62A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62A1; }

 p { color: rgb(172,98,161); }

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

background-color css

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

 a { background-color: rgb(172,98,161); }

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

border-color css

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

 span { border-color: rgb(172,98,161); }

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