Html Css Color HEX #AF2159 Jazzberry Jam

📋 copy color: '#AF2159'

red 175 ◦ green 33 ◦ blue 89

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

Shades of Jazzberry Jam #AF2159

Tints of Jazzberry Jam #AF2159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 58.92%
G = 11.11%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF2159 (or 0xAF2159) is known color: Jazzberry Jam. HEX triplet: AF, 21 and 59. RGB value is (175,33,89). Sum of RGB (Red+Green+Blue) = 175+33+89=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2159 is #50DEA6. Grayscale: #515151. Windows color (decimal): -5299879 or 5841327. OLE color: 5841327.

HSL color Cylindrical-coordinate representation of color #AF2159: hue angle of 336.34º degrees, saturation: 0.68, 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 #AF2159 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 89 -
CMYK 0 0.81 0.49 0.31
HSL 336.34º 0.68% 0.41% -
HSV(B) 336.34º 0.81% 0.69% -
XYZ 20.03 10.92 10.5 -
YUV 81.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 175 33 89 0 0.81 0.49 0.31 336.34 0.68 0.41
Hex AF 21 59 0 51 31 1F 150 44 29
Octal 257 41 131 0 121 61 37 520 104 51
Binary 10101111 100001 1011001 0 1010001 110001 11111 101010000 1000100 101001

Color Harmonies of #AF2159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2159

Black with #AF2159

Text Example


Text Example

White with #AF2159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2159; }

 p { color: rgb(175,33,89); }

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

background-color css

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

 a { background-color: rgb(175,33,89); }

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

border-color css

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

 span { border-color: rgb(175,33,89); }

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