Html Css Color HEX #AF608A Tapestry

📋 copy color: '#AF608A'

red 175 ◦ green 96 ◦ blue 138

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

Shades of Tapestry #AF608A

Tints of Tapestry #AF608A

RGB

 RED value IS 175 (68.75% from 255) = 42.79%

 GREEN value IS 96 (37.89% from 255) = 23.47%

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

R = 42.79%
G = 23.47%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF608A (or 0xAF608A) is known color: Tapestry. HEX triplet: AF, 60 and 8A. RGB value is (175,96,138). Sum of RGB (Red+Green+Blue) = 175+96+138=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF608A is #509F75. Grayscale: #7C7C7C. Windows color (decimal): -5283702 or 9068719. OLE color: 9068719.

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

Color convert

RGB 175 96 138 -
CMYK 0 0.45 0.21 0.31
HSL 328.1º 0.33% 0.53% -
HSV(B) 328.1º 0.45% 0.69% -
XYZ 26.45 19.31 26.38 -
YUV 124.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 175 96 138 0 0.45 0.21 0.31 328.1 0.33 0.53
Hex AF 60 8A 0 2D 15 1F 148 21 35
Octal 257 140 212 0 55 25 37 510 41 65
Binary 10101111 1100000 10001010 0 101101 10101 11111 101001000 100001 110101

Color Harmonies of #AF608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF608A

Black with #AF608A

Text Example


Text Example

White with #AF608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF608A; }

 p { color: rgb(175,96,138); }

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

background-color css

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

 a { background-color: rgb(175,96,138); }

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

border-color css

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

 span { border-color: rgb(175,96,138); }

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