Html Css Color HEX #AC6BA5 Violet Blue

📋 copy color: '#AC6BA5'

red 172 ◦ green 107 ◦ blue 165

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

Shades of Violet Blue #AC6BA5

Tints of Violet Blue #AC6BA5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.1%

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

R = 38.74%
G = 24.1%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC6BA5 (or 0xAC6BA5) is known color: Violet Blue. HEX triplet: AC, 6B and A5. RGB value is (172,107,165). Sum of RGB (Red+Green+Blue) = 172+107+165=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6BA5 is #53945A. Grayscale: #848484. Windows color (decimal): -5477467 or 10841004. OLE color: 10841004.

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

Color convert

RGB 172 107 165 -
CMYK 0 0.38 0.04 0.33
HSL 306.46º 0.28% 0.55% -
HSV(B) 306.46º 0.38% 0.67% -
XYZ 29.06 22 38.31 -
YUV 133.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 172 107 165 0 0.38 0.04 0.33 306.46 0.28 0.55
Hex AC 6B A5 0 26 4 21 132 1C 37
Octal 254 153 245 0 46 4 41 462 34 67
Binary 10101100 1101011 10100101 0 100110 100 100001 100110010 11100 110111

Color Harmonies of #AC6BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BA5

Black with #AC6BA5

Text Example


Text Example

White with #AC6BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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