Html Css Color HEX #AF0246 Jazzberry Jam

📋 copy color: '#AF0246'

red 175 ◦ green 2 ◦ blue 70

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

Shades of Jazzberry Jam #AF0246

Tints of Jazzberry Jam #AF0246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 70 (27.73% from 255) = 28.34%

R = 70.85%
G = 0.81%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF0246 (or 0xAF0246) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 46. RGB value is (175,2,70). Sum of RGB (Red+Green+Blue) = 175+2+70=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0246 is #50FDB9. Grayscale: #3D3D3D. Windows color (decimal): -5307834 or 4588207. OLE color: 4588207.

HSL color Cylindrical-coordinate representation of color #AF0246: hue angle of 336.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0246 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 70 -
CMYK 0 0.99 0.60 0.31
HSL 336.42º 0.98% 0.35% -
HSV(B) 336.42º 0.99% 0.69% -
XYZ 18.81 9.6 6.66 -
YUV 61.48 132.81 208.97 -
System Red Green Blue C M Y K H S L
Decimal 175 2 70 0 0.99 0.60 0.31 336.42 0.98 0.35
Hex AF 2 46 0 63 3C 1F 150 62 23
Octal 257 2 106 0 143 74 37 520 142 43
Binary 10101111 10 1000110 0 1100011 111100 11111 101010000 1100010 100011

Color Harmonies of #AF0246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0246

Black with #AF0246

Text Example


Text Example

White with #AF0246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0246; }

 p { color: rgb(175,2,70); }

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

background-color css

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

 a { background-color: rgb(175,2,70); }

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

border-color css

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

 span { border-color: rgb(175,2,70); }

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