Html Css Color HEX #AF055D Jazzberry Jam

📋 copy color: '#AF055D'

red 175 ◦ green 5 ◦ blue 93

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

Shades of Jazzberry Jam #AF055D

Tints of Jazzberry Jam #AF055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 64.1%
G = 1.83%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF055D (or 0xAF055D) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 5D. RGB value is (175,5,93). Sum of RGB (Red+Green+Blue) = 175+5+93=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF055D is #50FAA2. Grayscale: #414141. Windows color (decimal): -5307043 or 6096303. OLE color: 6096303.

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

Color convert

RGB 175 5 93 -
CMYK 0 0.97 0.47 0.31
HSL 328.94º 0.94% 0.35% -
HSV(B) 328.94º 0.97% 0.69% -
XYZ 19.71 10.01 11.25 -
YUV 65.86 143.32 205.84 -
System Red Green Blue C M Y K H S L
Decimal 175 5 93 0 0.97 0.47 0.31 328.94 0.94 0.35
Hex AF 5 5D 0 61 2F 1F 149 5E 23
Octal 257 5 135 0 141 57 37 511 136 43
Binary 10101111 101 1011101 0 1100001 101111 11111 101001001 1011110 100011

Color Harmonies of #AF055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF055D

Black with #AF055D

Text Example


Text Example

White with #AF055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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