Html Css Color HEX #AF0551 Jazzberry Jam

📋 copy color: '#AF0551'

red 175 ◦ green 5 ◦ blue 81

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

Shades of Jazzberry Jam #AF0551

Tints of Jazzberry Jam #AF0551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.03%

R = 67.05%
G = 1.92%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF0551 (or 0xAF0551) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 51. RGB value is (175,5,81). Sum of RGB (Red+Green+Blue) = 175+5+81=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0551 is #50FAAE. Grayscale: #404040. Windows color (decimal): -5307055 or 5309871. OLE color: 5309871.

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

Color convert

RGB 175 5 81 -
CMYK 0 0.97 0.54 0.31
HSL 333.18º 0.94% 0.35% -
HSV(B) 333.18º 0.97% 0.69% -
XYZ 19.22 9.82 8.67 -
YUV 64.49 137.32 206.82 -
System Red Green Blue C M Y K H S L
Decimal 175 5 81 0 0.97 0.54 0.31 333.18 0.94 0.35
Hex AF 5 51 0 61 36 1F 14D 5E 23
Octal 257 5 121 0 141 66 37 515 136 43
Binary 10101111 101 1010001 0 1100001 110110 11111 101001101 1011110 100011

Color Harmonies of #AF0551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0551

Black with #AF0551

Text Example


Text Example

White with #AF0551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0551; }

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

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

background-color css

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

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

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

border-color css

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

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

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