Html Css Color HEX #AF6183 Tapestry

📋 copy color: '#AF6183'

red 175 ◦ green 97 ◦ blue 131

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

Shades of Tapestry #AF6183

Tints of Tapestry #AF6183

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

 BLUE value IS 131 (51.56% from 255) = 32.51%

R = 43.42%
G = 24.07%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF6183 (or 0xAF6183) is known color: Tapestry. HEX triplet: AF, 61 and 83. RGB value is (175,97,131). Sum of RGB (Red+Green+Blue) = 175+97+131=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6183 is #509E7C. Grayscale: #7C7C7C. Windows color (decimal): -5283453 or 8610223. OLE color: 8610223.

HSL color Cylindrical-coordinate representation of color #AF6183: hue angle of 333.85º 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 #AF6183 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 131 -
CMYK 0 0.45 0.25 0.31
HSL 333.85º 0.33% 0.53% -
HSV(B) 333.85º 0.45% 0.69% -
XYZ 26.05 19.3 23.83 -
YUV 124.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 175 97 131 0 0.45 0.25 0.31 333.85 0.33 0.53
Hex AF 61 83 0 2D 19 1F 14E 21 35
Octal 257 141 203 0 55 31 37 516 41 65
Binary 10101111 1100001 10000011 0 101101 11001 11111 101001110 100001 110101

Color Harmonies of #AF6183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6183

Black with #AF6183

Text Example


Text Example

White with #AF6183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6183; }

 p { color: rgb(175,97,131); }

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

background-color css

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

 a { background-color: rgb(175,97,131); }

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

border-color css

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

 span { border-color: rgb(175,97,131); }

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