Html Css Color HEX #AF056D Jazzberry Jam

📋 copy color: '#AF056D'

red 175 ◦ green 5 ◦ blue 109

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

Shades of Jazzberry Jam #AF056D

Tints of Jazzberry Jam #AF056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.72%

R = 60.55%
G = 1.73%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF056D (or 0xAF056D) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 6D. RGB value is (175,5,109). Sum of RGB (Red+Green+Blue) = 175+5+109=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF056D is #50FA92. Grayscale: #434343. Windows color (decimal): -5307027 or 7144879. OLE color: 7144879.

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

Color convert

RGB 175 5 109 -
CMYK 0 0.97 0.38 0.31
HSL 323.29º 0.94% 0.35% -
HSV(B) 323.29º 0.97% 0.69% -
XYZ 20.49 10.33 15.38 -
YUV 67.69 151.32 204.54 -
System Red Green Blue C M Y K H S L
Decimal 175 5 109 0 0.97 0.38 0.31 323.29 0.94 0.35
Hex AF 5 6D 0 61 26 1F 143 5E 23
Octal 257 5 155 0 141 46 37 503 136 43
Binary 10101111 101 1101101 0 1100001 100110 11111 101000011 1011110 100011

Color Harmonies of #AF056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF056D

Black with #AF056D

Text Example


Text Example

White with #AF056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF056D; }

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

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

background-color css

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

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

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

border-color css

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

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

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