Html Css Color HEX #AF5293 Mulberry

📋 copy color: '#AF5293'

red 175 ◦ green 82 ◦ blue 147

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

Shades of Mulberry #AF5293

Tints of Mulberry #AF5293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.3%

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 43.32%
G = 20.3%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF5293 (or 0xAF5293) is known color: Mulberry. HEX triplet: AF, 52 and 93. RGB value is (175,82,147). Sum of RGB (Red+Green+Blue) = 175+82+147=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5293 is #50AD6C. Grayscale: #757575. Windows color (decimal): -5287277 or 9654959. OLE color: 9654959.

HSL color Cylindrical-coordinate representation of color #AF5293: hue angle of 318.06º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5293 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 82 147 -
CMYK 0 0.53 0.16 0.31
HSL 318.06º 0.37% 0.5% -
HSV(B) 318.06º 0.53% 0.69% -
XYZ 25.96 17.26 29.57 -
YUV 117.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 175 82 147 0 0.53 0.16 0.31 318.06 0.37 0.5
Hex AF 52 93 0 35 10 1F 13E 25 32
Octal 257 122 223 0 65 20 37 476 45 62
Binary 10101111 1010010 10010011 0 110101 10000 11111 100111110 100101 110010

Color Harmonies of #AF5293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5293

Black with #AF5293

Text Example


Text Example

White with #AF5293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5293; }

 p { color: rgb(175,82,147); }

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

background-color css

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

 a { background-color: rgb(175,82,147); }

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

border-color css

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

 span { border-color: rgb(175,82,147); }

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