Html Css Color HEX #AF6C90 Tapestry

📋 copy color: '#AF6C90'

red 175 ◦ green 108 ◦ blue 144

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

Shades of Tapestry #AF6C90

Tints of Tapestry #AF6C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.29%

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 40.98%
G = 25.29%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF6C90 (or 0xAF6C90) is known color: Tapestry. HEX triplet: AF, 6C and 90. RGB value is (175,108,144). Sum of RGB (Red+Green+Blue) = 175+108+144=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C90 is #50936F. Grayscale: #848484. Windows color (decimal): -5280624 or 9465007. OLE color: 9465007.

HSL color Cylindrical-coordinate representation of color #AF6C90: hue angle of 327.76º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C90 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 108 144 -
CMYK 0 0.38 0.18 0.31
HSL 327.76º 0.3% 0.55% -
HSV(B) 327.76º 0.38% 0.69% -
XYZ 28.08 21.85 29.12 -
YUV 132.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 175 108 144 0 0.38 0.18 0.31 327.76 0.3 0.55
Hex AF 6C 90 0 26 12 1F 148 1E 37
Octal 257 154 220 0 46 22 37 510 36 67
Binary 10101111 1101100 10010000 0 100110 10010 11111 101001000 11110 110111

Color Harmonies of #AF6C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C90

Black with #AF6C90

Text Example


Text Example

White with #AF6C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C90; }

 p { color: rgb(175,108,144); }

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

background-color css

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

 a { background-color: rgb(175,108,144); }

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

border-color css

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

 span { border-color: rgb(175,108,144); }

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