Html Css Color HEX #AC3CA5 Violet Blue

📋 copy color: '#AC3CA5'

red 172 ◦ green 60 ◦ blue 165

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

Shades of Violet Blue #AC3CA5

Tints of Violet Blue #AC3CA5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.11%

 BLUE value IS 165 (64.84% from 255) = 41.56%

R = 43.32%
G = 15.11%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC3CA5 (or 0xAC3CA5) is known color: Violet Blue. HEX triplet: AC, 3C and A5. RGB value is (172,60,165). Sum of RGB (Red+Green+Blue) = 172+60+165=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3CA5 is #53C35A. Grayscale: #696969. Windows color (decimal): -5489499 or 10828972. OLE color: 10828972.

HSL color Cylindrical-coordinate representation of color #AC3CA5: hue angle of 303.75º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3CA5 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 60 165 -
CMYK 0 0.65 0.04 0.33
HSL 303.75º 0.48% 0.45% -
HSV(B) 303.75º 0.65% 0.67% -
XYZ 25.42 14.72 37.1 -
YUV 105.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 172 60 165 0 0.65 0.04 0.33 303.75 0.48 0.45
Hex AC 3C A5 0 41 4 21 130 30 2D
Octal 254 74 245 0 101 4 41 460 60 55
Binary 10101100 111100 10100101 0 1000001 100 100001 100110000 110000 101101

Color Harmonies of #AC3CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3CA5

Black with #AC3CA5

Text Example


Text Example

White with #AC3CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3CA5; }

 p { color: rgb(172,60,165); }

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

background-color css

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

 a { background-color: rgb(172,60,165); }

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

border-color css

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

 span { border-color: rgb(172,60,165); }

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