Html Css Color HEX #AF608E Mulberry

📋 copy color: '#AF608E'

red 175 ◦ green 96 ◦ blue 142

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

Shades of Mulberry #AF608E

Tints of Mulberry #AF608E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 42.37%
G = 23.24%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF608E (or 0xAF608E) is known color: Mulberry. HEX triplet: AF, 60 and 8E. RGB value is (175,96,142). Sum of RGB (Red+Green+Blue) = 175+96+142=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF608E is #509F71. Grayscale: #7C7C7C. Windows color (decimal): -5283698 or 9330863. OLE color: 9330863.

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

Color convert

RGB 175 96 142 -
CMYK 0 0.45 0.19 0.31
HSL 325.06º 0.33% 0.53% -
HSV(B) 325.06º 0.45% 0.69% -
XYZ 26.74 19.43 27.93 -
YUV 124.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 175 96 142 0 0.45 0.19 0.31 325.06 0.33 0.53
Hex AF 60 8E 0 2D 13 1F 145 21 35
Octal 257 140 216 0 55 23 37 505 41 65
Binary 10101111 1100000 10001110 0 101101 10011 11111 101000101 100001 110101

Color Harmonies of #AF608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF608E

Black with #AF608E

Text Example


Text Example

White with #AF608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF608E; }

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

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

background-color css

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

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

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

border-color css

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

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

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