Html Css Color HEX #AF0673 Jazzberry Jam

📋 copy color: '#AF0673'

red 175 ◦ green 6 ◦ blue 115

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

Shades of Jazzberry Jam #AF0673

Tints of Jazzberry Jam #AF0673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 59.12%
G = 2.03%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF0673 (or 0xAF0673) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 73. RGB value is (175,6,115). Sum of RGB (Red+Green+Blue) = 175+6+115=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0673 is #50F98C. Grayscale: #444444. Windows color (decimal): -5306765 or 7538351. OLE color: 7538351.

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

Color convert

RGB 175 6 115 -
CMYK 0 0.97 0.34 0.31
HSL 321.3º 0.93% 0.35% -
HSV(B) 321.3º 0.97% 0.69% -
XYZ 20.84 10.48 17.14 -
YUV 68.96 153.99 203.64 -
System Red Green Blue C M Y K H S L
Decimal 175 6 115 0 0.97 0.34 0.31 321.3 0.93 0.35
Hex AF 6 73 0 61 22 1F 141 5D 23
Octal 257 6 163 0 141 42 37 501 135 43
Binary 10101111 110 1110011 0 1100001 100010 11111 101000001 1011101 100011

Color Harmonies of #AF0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0673

Black with #AF0673

Text Example


Text Example

White with #AF0673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0673; }

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

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

background-color css

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

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

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

border-color css

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

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

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