Html Css Color HEX #AF0552 Jazzberry Jam

📋 copy color: '#AF0552'

red 175 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #AF0552

Tints of Jazzberry Jam #AF0552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

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

R = 66.79%
G = 1.91%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF0552 (or 0xAF0552) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 52. RGB value is (175,5,82). Sum of RGB (Red+Green+Blue) = 175+5+82=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0552 is #50FAAD. Grayscale: #404040. Windows color (decimal): -5307054 or 5375407. OLE color: 5375407.

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

Color convert

RGB 175 5 82 -
CMYK 0 0.97 0.53 0.31
HSL 332.82º 0.94% 0.35% -
HSV(B) 332.82º 0.97% 0.69% -
XYZ 19.26 9.83 8.87 -
YUV 64.61 137.82 206.74 -
System Red Green Blue C M Y K H S L
Decimal 175 5 82 0 0.97 0.53 0.31 332.82 0.94 0.35
Hex AF 5 52 0 61 35 1F 14D 5E 23
Octal 257 5 122 0 141 65 37 515 136 43
Binary 10101111 101 1010010 0 1100001 110101 11111 101001101 1011110 100011

Color Harmonies of #AF0552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0552

Black with #AF0552

Text Example


Text Example

White with #AF0552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0552; }

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

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

background-color css

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

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

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

border-color css

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

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

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