Html Css Color HEX #AC4BA5 Violet Blue

📋 copy color: '#AC4BA5'

red 172 ◦ green 75 ◦ blue 165

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

Shades of Violet Blue #AC4BA5

Tints of Violet Blue #AC4BA5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.2%

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

R = 41.75%
G = 18.2%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC4BA5 (or 0xAC4BA5) is known color: Violet Blue. HEX triplet: AC, 4B and A5. RGB value is (172,75,165). Sum of RGB (Red+Green+Blue) = 172+75+165=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4BA5 is #53B45A. Grayscale: #727272. Windows color (decimal): -5485659 or 10832812. OLE color: 10832812.

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

Color convert

RGB 172 75 165 -
CMYK 0 0.56 0.04 0.33
HSL 304.33º 0.39% 0.48% -
HSV(B) 304.33º 0.56% 0.67% -
XYZ 26.32 16.52 37.4 -
YUV 114.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 172 75 165 0 0.56 0.04 0.33 304.33 0.39 0.48
Hex AC 4B A5 0 38 4 21 130 27 30
Octal 254 113 245 0 70 4 41 460 47 60
Binary 10101100 1001011 10100101 0 111000 100 100001 100110000 100111 110000

Color Harmonies of #AC4BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4BA5

Black with #AC4BA5

Text Example


Text Example

White with #AC4BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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