Html Css Color HEX #AF0350 Jazzberry Jam

📋 copy color: '#AF0350'

red 175 ◦ green 3 ◦ blue 80

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

Shades of Jazzberry Jam #AF0350

Tints of Jazzberry Jam #AF0350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 80 (31.64% from 255) = 31.01%

R = 67.83%
G = 1.16%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF0350 (or 0xAF0350) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 50. RGB value is (175,3,80). Sum of RGB (Red+Green+Blue) = 175+3+80=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0350 is #50FCAF. Grayscale: #3F3F3F. Windows color (decimal): -5307568 or 5243823. OLE color: 5243823.

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

Color convert

RGB 175 3 80 -
CMYK 0 0.98 0.54 0.31
HSL 333.14º 0.97% 0.35% -
HSV(B) 333.14º 0.98% 0.69% -
XYZ 19.16 9.76 8.46 -
YUV 63.21 137.48 207.74 -
System Red Green Blue C M Y K H S L
Decimal 175 3 80 0 0.98 0.54 0.31 333.14 0.97 0.35
Hex AF 3 50 0 62 36 1F 14D 61 23
Octal 257 3 120 0 142 66 37 515 141 43
Binary 10101111 11 1010000 0 1100010 110110 11111 101001101 1100001 100011

Color Harmonies of #AF0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0350

Black with #AF0350

Text Example


Text Example

White with #AF0350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0350; }

 p { color: rgb(175,3,80); }

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

background-color css

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

 a { background-color: rgb(175,3,80); }

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

border-color css

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

 span { border-color: rgb(175,3,80); }

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