Html Css Color HEX #AF0671 Jazzberry Jam

📋 copy color: '#AF0671'

red 175 ◦ green 6 ◦ blue 113

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

Shades of Jazzberry Jam #AF0671

Tints of Jazzberry Jam #AF0671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.04%

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 59.52%
G = 2.04%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF0671 (or 0xAF0671) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 71. RGB value is (175,6,113). Sum of RGB (Red+Green+Blue) = 175+6+113=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0671 is #50F98E. Grayscale: #444444. Windows color (decimal): -5306767 or 7407279. OLE color: 7407279.

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

Color convert

RGB 175 6 113 -
CMYK 0 0.97 0.35 0.31
HSL 322.01º 0.93% 0.35% -
HSV(B) 322.01º 0.97% 0.69% -
XYZ 20.72 10.44 16.54 -
YUV 68.73 152.99 203.8 -
System Red Green Blue C M Y K H S L
Decimal 175 6 113 0 0.97 0.35 0.31 322.01 0.93 0.35
Hex AF 6 71 0 61 23 1F 142 5D 23
Octal 257 6 161 0 141 43 37 502 135 43
Binary 10101111 110 1110001 0 1100001 100011 11111 101000010 1011101 100011

Color Harmonies of #AF0671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0671

Black with #AF0671

Text Example


Text Example

White with #AF0671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0671; }

 p { color: rgb(175,6,113); }

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

background-color css

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

 a { background-color: rgb(175,6,113); }

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

border-color css

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

 span { border-color: rgb(175,6,113); }

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