Html Css Color HEX #AF0147 Jazzberry Jam

📋 copy color: '#AF0147'

red 175 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #AF0147

Tints of Jazzberry Jam #AF0147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 70.85%
G = 0.4%
B = 28.74%

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

#AF0147 (or 0xAF0147) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 47. RGB value is (175,1,71). Sum of RGB (Red+Green+Blue) = 175+1+71=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0147 is #50FEB8. Grayscale: #3C3C3C. Windows color (decimal): -5308089 or 4653487. OLE color: 4653487.

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

Color convert

RGB 175 1 71 -
CMYK 0 0.99 0.59 0.31
HSL 335.86º 0.99% 0.35% -
HSV(B) 335.86º 0.99% 0.69% -
XYZ 18.83 9.59 6.82 -
YUV 61.01 133.65 209.31 -
System Red Green Blue C M Y K H S L
Decimal 175 1 71 0 0.99 0.59 0.31 335.86 0.99 0.35
Hex AF 1 47 0 63 3B 1F 150 63 23
Octal 257 1 107 0 143 73 37 520 143 43
Binary 10101111 1 1000111 0 1100011 111011 11111 101010000 1100011 100011

Color Harmonies of #AF0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0147

Black with #AF0147

Text Example


Text Example

White with #AF0147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0147; }

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

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

background-color css

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

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

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

border-color css

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

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

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