Html Css Color HEX #AF608F Mulberry

📋 copy color: '#AF608F'

red 175 ◦ green 96 ◦ blue 143

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

Shades of Mulberry #AF608F

Tints of Mulberry #AF608F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 42.27%
G = 23.19%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF608F (or 0xAF608F) is known color: Mulberry. HEX triplet: AF, 60 and 8F. RGB value is (175,96,143). Sum of RGB (Red+Green+Blue) = 175+96+143=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF608F is #509F70. Grayscale: #7C7C7C. Windows color (decimal): -5283697 or 9396399. OLE color: 9396399.

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

Color convert

RGB 175 96 143 -
CMYK 0 0.45 0.18 0.31
HSL 324.3º 0.33% 0.53% -
HSV(B) 324.3º 0.45% 0.69% -
XYZ 26.82 19.46 28.33 -
YUV 124.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 175 96 143 0 0.45 0.18 0.31 324.3 0.33 0.53
Hex AF 60 8F 0 2D 12 1F 144 21 35
Octal 257 140 217 0 55 22 37 504 41 65
Binary 10101111 1100000 10001111 0 101101 10010 11111 101000100 100001 110101

Color Harmonies of #AF608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF608F

Black with #AF608F

Text Example


Text Example

White with #AF608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF608F; }

 p { color: rgb(175,96,143); }

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

background-color css

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

 a { background-color: rgb(175,96,143); }

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

border-color css

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

 span { border-color: rgb(175,96,143); }

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