Html Css Color HEX #AF0247 Jazzberry Jam

📋 copy color: '#AF0247'

red 175 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #AF0247

Tints of Jazzberry Jam #AF0247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.63%

R = 70.56%
G = 0.81%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF0247 (or 0xAF0247) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 47. RGB value is (175,2,71). Sum of RGB (Red+Green+Blue) = 175+2+71=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0247 is #50FDB8. Grayscale: #3D3D3D. Windows color (decimal): -5307833 or 4653743. OLE color: 4653743.

HSL color Cylindrical-coordinate representation of color #AF0247: hue angle of 336.07º 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 #AF0247 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 71 -
CMYK 0 0.99 0.59 0.31
HSL 336.07º 0.98% 0.35% -
HSV(B) 336.07º 0.99% 0.69% -
XYZ 18.84 9.61 6.82 -
YUV 61.59 133.31 208.89 -
System Red Green Blue C M Y K H S L
Decimal 175 2 71 0 0.99 0.59 0.31 336.07 0.98 0.35
Hex AF 2 47 0 63 3B 1F 150 62 23
Octal 257 2 107 0 143 73 37 520 142 43
Binary 10101111 10 1000111 0 1100011 111011 11111 101010000 1100010 100011

Color Harmonies of #AF0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0247

Black with #AF0247

Text Example


Text Example

White with #AF0247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0247; }

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

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

background-color css

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

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

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

border-color css

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

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

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