Html Css Color HEX #AC638A Tapestry

📋 copy color: '#AC638A'

red 172 ◦ green 99 ◦ blue 138

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

Shades of Tapestry #AC638A

Tints of Tapestry #AC638A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 42.05%
G = 24.21%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC638A (or 0xAC638A) is known color: Tapestry. HEX triplet: AC, 63 and 8A. RGB value is (172,99,138). Sum of RGB (Red+Green+Blue) = 172+99+138=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC638A is #539C75. Grayscale: #7D7D7D. Windows color (decimal): -5479542 or 9069484. OLE color: 9069484.

HSL color Cylindrical-coordinate representation of color #AC638A: hue angle of 327.95º 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 #AC638A is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 99 138 -
CMYK 0 0.42 0.20 0.33
HSL 327.95º 0.31% 0.53% -
HSV(B) 327.95º 0.42% 0.67% -
XYZ 26.06 19.53 26.44 -
YUV 125.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 172 99 138 0 0.42 0.20 0.33 327.95 0.31 0.53
Hex AC 63 8A 0 2A 14 21 148 1F 35
Octal 254 143 212 0 52 24 41 510 37 65
Binary 10101100 1100011 10001010 0 101010 10100 100001 101001000 11111 110101

Color Harmonies of #AC638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC638A

Black with #AC638A

Text Example


Text Example

White with #AC638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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