Html Css Color HEX #AF2261 Jazzberry Jam

📋 copy color: '#AF2261'

red 175 ◦ green 34 ◦ blue 97

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

Shades of Jazzberry Jam #AF2261

Tints of Jazzberry Jam #AF2261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.11%

 BLUE value IS 97 (38.28% from 255) = 31.7%

R = 57.19%
G = 11.11%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF2261 (or 0xAF2261) is known color: Jazzberry Jam. HEX triplet: AF, 22 and 61. RGB value is (175,34,97). Sum of RGB (Red+Green+Blue) = 175+34+97=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2261 is #50DD9E. Grayscale: #535353. Windows color (decimal): -5299615 or 6365871. OLE color: 6365871.

HSL color Cylindrical-coordinate representation of color #AF2261: hue angle of 333.19º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2261 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 97 -
CMYK 0 0.81 0.45 0.31
HSL 333.19º 0.67% 0.41% -
HSV(B) 333.19º 0.81% 0.69% -
XYZ 20.41 11.12 12.38 -
YUV 83.34 135.71 193.38 -
System Red Green Blue C M Y K H S L
Decimal 175 34 97 0 0.81 0.45 0.31 333.19 0.67 0.41
Hex AF 22 61 0 51 2D 1F 14D 43 29
Octal 257 42 141 0 121 55 37 515 103 51
Binary 10101111 100010 1100001 0 1010001 101101 11111 101001101 1000011 101001

Color Harmonies of #AF2261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2261

Black with #AF2261

Text Example


Text Example

White with #AF2261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2261; }

 p { color: rgb(175,34,97); }

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

background-color css

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

 a { background-color: rgb(175,34,97); }

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

border-color css

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

 span { border-color: rgb(175,34,97); }

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