Html Css Color HEX #AF6690 Tapestry

📋 copy color: '#AF6690'

red 175 ◦ green 102 ◦ blue 144

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

Shades of Tapestry #AF6690

Tints of Tapestry #AF6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.23%

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

R = 41.57%
G = 24.23%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF6690 (or 0xAF6690) is known color: Tapestry. HEX triplet: AF, 66 and 90. RGB value is (175,102,144). Sum of RGB (Red+Green+Blue) = 175+102+144=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6690 is #50996F. Grayscale: #808080. Windows color (decimal): -5282160 or 9463471. OLE color: 9463471.

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

Color convert

RGB 175 102 144 -
CMYK 0 0.42 0.18 0.31
HSL 325.48º 0.31% 0.54% -
HSV(B) 325.48º 0.42% 0.69% -
XYZ 27.46 20.63 28.92 -
YUV 128.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 175 102 144 0 0.42 0.18 0.31 325.48 0.31 0.54
Hex AF 66 90 0 2A 12 1F 145 1F 36
Octal 257 146 220 0 52 22 37 505 37 66
Binary 10101111 1100110 10010000 0 101010 10010 11111 101000101 11111 110110

Color Harmonies of #AF6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6690

Black with #AF6690

Text Example


Text Example

White with #AF6690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6690; }

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

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

background-color css

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

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

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

border-color css

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

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

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