Html Css Color HEX #AF6488 Tapestry

📋 copy color: '#AF6488'

red 175 ◦ green 100 ◦ blue 136

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

Shades of Tapestry #AF6488

Tints of Tapestry #AF6488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.33%

 BLUE value IS 136 (53.52% from 255) = 33.09%

R = 42.58%
G = 24.33%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF6488 (or 0xAF6488) is known color: Tapestry. HEX triplet: AF, 64 and 88. RGB value is (175,100,136). Sum of RGB (Red+Green+Blue) = 175+100+136=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6488 is #509B77. Grayscale: #7E7E7E. Windows color (decimal): -5282680 or 8938671. OLE color: 8938671.

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

Color convert

RGB 175 100 136 -
CMYK 0 0.43 0.22 0.31
HSL 331.2º 0.32% 0.54% -
HSV(B) 331.2º 0.43% 0.69% -
XYZ 26.68 20.01 25.75 -
YUV 126.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 175 100 136 0 0.43 0.22 0.31 331.2 0.32 0.54
Hex AF 64 88 0 2B 16 1F 14B 20 36
Octal 257 144 210 0 53 26 37 513 40 66
Binary 10101111 1100100 10001000 0 101011 10110 11111 101001011 100000 110110

Color Harmonies of #AF6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6488

Black with #AF6488

Text Example


Text Example

White with #AF6488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6488; }

 p { color: rgb(175,100,136); }

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

background-color css

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

 a { background-color: rgb(175,100,136); }

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

border-color css

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

 span { border-color: rgb(175,100,136); }

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