Html Css Color HEX #AF0352 Jazzberry Jam

📋 copy color: '#AF0352'

red 175 ◦ green 3 ◦ blue 82

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

Shades of Jazzberry Jam #AF0352

Tints of Jazzberry Jam #AF0352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 67.31%
G = 1.15%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF0352 (or 0xAF0352) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 52. RGB value is (175,3,82). Sum of RGB (Red+Green+Blue) = 175+3+82=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0352 is #50FCAD. Grayscale: #3F3F3F. Windows color (decimal): -5307566 or 5374895. OLE color: 5374895.

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

Color convert

RGB 175 3 82 -
CMYK 0 0.98 0.53 0.31
HSL 332.44º 0.97% 0.35% -
HSV(B) 332.44º 0.98% 0.69% -
XYZ 19.23 9.79 8.86 -
YUV 63.43 138.48 207.58 -
System Red Green Blue C M Y K H S L
Decimal 175 3 82 0 0.98 0.53 0.31 332.44 0.97 0.35
Hex AF 3 52 0 62 35 1F 14C 61 23
Octal 257 3 122 0 142 65 37 514 141 43
Binary 10101111 11 1010010 0 1100010 110101 11111 101001100 1100001 100011

Color Harmonies of #AF0352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0352

Black with #AF0352

Text Example


Text Example

White with #AF0352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0352; }

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

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

background-color css

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

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

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

border-color css

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

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

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