Html Css Color HEX #AF0E49 Jazzberry Jam

📋 copy color: '#AF0E49'

red 175 ◦ green 14 ◦ blue 73

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

Shades of Jazzberry Jam #AF0E49

Tints of Jazzberry Jam #AF0E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.34%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 66.79%
G = 5.34%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF0E49 (or 0xAF0E49) is known color: Jazzberry Jam. HEX triplet: AF, 0E and 49. RGB value is (175,14,73). Sum of RGB (Red+Green+Blue) = 175+14+73=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0E49 is #50F1B6. Grayscale: #444444. Windows color (decimal): -5304759 or 4787887. OLE color: 4787887.

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

Color convert

RGB 175 14 73 -
CMYK 0 0.92 0.58 0.31
HSL 338.01º 0.85% 0.37% -
HSV(B) 338.01º 0.92% 0.69% -
XYZ 19.04 9.91 7.21 -
YUV 68.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 175 14 73 0 0.92 0.58 0.31 338.01 0.85 0.37
Hex AF E 49 0 5C 3A 1F 152 55 25
Octal 257 16 111 0 134 72 37 522 125 45
Binary 10101111 1110 1001001 0 1011100 111010 11111 101010010 1010101 100101

Color Harmonies of #AF0E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0E49

Black with #AF0E49

Text Example


Text Example

White with #AF0E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0E49; }

 p { color: rgb(175,14,73); }

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

background-color css

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

 a { background-color: rgb(175,14,73); }

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

border-color css

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

 span { border-color: rgb(175,14,73); }

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