Html Css Color HEX #AF0354 Jazzberry Jam

📋 copy color: '#AF0354'

red 175 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #AF0354

Tints of Jazzberry Jam #AF0354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.06%

R = 66.79%
G = 1.15%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF0354 (or 0xAF0354) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 54. RGB value is (175,3,84). Sum of RGB (Red+Green+Blue) = 175+3+84=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0354 is #50FCAB. Grayscale: #3F3F3F. Windows color (decimal): -5307564 or 5505967. OLE color: 5505967.

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

Color convert

RGB 175 3 84 -
CMYK 0 0.98 0.52 0.31
HSL 331.74º 0.97% 0.35% -
HSV(B) 331.74º 0.98% 0.69% -
XYZ 19.31 9.82 9.26 -
YUV 63.66 139.48 207.41 -
System Red Green Blue C M Y K H S L
Decimal 175 3 84 0 0.98 0.52 0.31 331.74 0.97 0.35
Hex AF 3 54 0 62 34 1F 14C 61 23
Octal 257 3 124 0 142 64 37 514 141 43
Binary 10101111 11 1010100 0 1100010 110100 11111 101001100 1100001 100011

Color Harmonies of #AF0354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0354

Black with #AF0354

Text Example


Text Example

White with #AF0354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0354; }

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

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

background-color css

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

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

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

border-color css

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

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

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