Html Css Color HEX #AF0873 Jazzberry Jam

📋 copy color: '#AF0873'

red 175 ◦ green 8 ◦ blue 115

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

Shades of Jazzberry Jam #AF0873

Tints of Jazzberry Jam #AF0873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

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

R = 58.72%
G = 2.68%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF0873 (or 0xAF0873) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 73. RGB value is (175,8,115). Sum of RGB (Red+Green+Blue) = 175+8+115=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0873 is #50F78C. Grayscale: #454545. Windows color (decimal): -5306253 or 7538863. OLE color: 7538863.

HSL color Cylindrical-coordinate representation of color #AF0873: hue angle of 321.56º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0873 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 8 115 -
CMYK 0 0.95 0.34 0.31
HSL 321.56º 0.91% 0.36% -
HSV(B) 321.56º 0.95% 0.69% -
XYZ 20.86 10.53 17.15 -
YUV 70.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 175 8 115 0 0.95 0.34 0.31 321.56 0.91 0.36
Hex AF 8 73 0 5F 22 1F 142 5B 24
Octal 257 10 163 0 137 42 37 502 133 44
Binary 10101111 1000 1110011 0 1011111 100010 11111 101000010 1011011 100100

Color Harmonies of #AF0873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0873

Black with #AF0873

Text Example


Text Example

White with #AF0873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0873; }

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

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

background-color css

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

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

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

border-color css

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

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

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