Html Css Color HEX #AF6378 Tapestry

📋 copy color: '#AF6378'

red 175 ◦ green 99 ◦ blue 120

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

Shades of Tapestry #AF6378

Tints of Tapestry #AF6378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

 BLUE value IS 120 (47.27% from 255) = 30.46%

R = 44.42%
G = 25.13%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF6378 (or 0xAF6378) is known color: Tapestry. HEX triplet: AF, 63 and 78. RGB value is (175,99,120). Sum of RGB (Red+Green+Blue) = 175+99+120=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6378 is #509C87. Grayscale: #7C7C7C. Windows color (decimal): -5282952 or 7889839. OLE color: 7889839.

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

Color convert

RGB 175 99 120 -
CMYK 0 0.43 0.31 0.31
HSL 343.42º 0.32% 0.54% -
HSV(B) 343.42º 0.43% 0.69% -
XYZ 25.53 19.39 20.17 -
YUV 124.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 175 99 120 0 0.43 0.31 0.31 343.42 0.32 0.54
Hex AF 63 78 0 2B 1F 1F 157 20 36
Octal 257 143 170 0 53 37 37 527 40 66
Binary 10101111 1100011 1111000 0 101011 11111 11111 101010111 100000 110110

Color Harmonies of #AF6378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6378

Black with #AF6378

Text Example


Text Example

White with #AF6378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6378; }

 p { color: rgb(175,99,120); }

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

background-color css

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

 a { background-color: rgb(175,99,120); }

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

border-color css

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

 span { border-color: rgb(175,99,120); }

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