Html Css Color HEX #AC639B Violet Blue

📋 copy color: '#AC639B'

red 172 ◦ green 99 ◦ blue 155

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

Shades of Violet Blue #AC639B

Tints of Violet Blue #AC639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.24%

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 40.38%
G = 23.24%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC639B (or 0xAC639B) is known color: Violet Blue. HEX triplet: AC, 63 and 9B. RGB value is (172,99,155). Sum of RGB (Red+Green+Blue) = 172+99+155=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC639B is #539C64. Grayscale: #7F7F7F. Windows color (decimal): -5479525 or 10183596. OLE color: 10183596.

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

Color convert

RGB 172 99 155 -
CMYK 0 0.42 0.10 0.33
HSL 313.97º 0.31% 0.53% -
HSV(B) 313.97º 0.42% 0.67% -
XYZ 27.39 20.06 33.44 -
YUV 127.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 172 99 155 0 0.42 0.10 0.33 313.97 0.31 0.53
Hex AC 63 9B 0 2A A 21 13A 1F 35
Octal 254 143 233 0 52 12 41 472 37 65
Binary 10101100 1100011 10011011 0 101010 1010 100001 100111010 11111 110101

Color Harmonies of #AC639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC639B

Black with #AC639B

Text Example


Text Example

White with #AC639B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC639B; }

 p { color: rgb(172,99,155); }

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

background-color css

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

 a { background-color: rgb(172,99,155); }

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

border-color css

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

 span { border-color: rgb(172,99,155); }

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