Html Css Color HEX #AF054D Jazzberry Jam

📋 copy color: '#AF054D'

red 175 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #AF054D

Tints of Jazzberry Jam #AF054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 68.09%
G = 1.95%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF054D (or 0xAF054D) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 4D. RGB value is (175,5,77). Sum of RGB (Red+Green+Blue) = 175+5+77=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF054D is #50FAB2. Grayscale: #3F3F3F. Windows color (decimal): -5307059 or 5047727. OLE color: 5047727.

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

Color convert

RGB 175 5 77 -
CMYK 0 0.97 0.56 0.31
HSL 334.59º 0.94% 0.35% -
HSV(B) 334.59º 0.97% 0.69% -
XYZ 19.07 9.76 7.9 -
YUV 64.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 175 5 77 0 0.97 0.56 0.31 334.59 0.94 0.35
Hex AF 5 4D 0 61 38 1F 14F 5E 23
Octal 257 5 115 0 141 70 37 517 136 43
Binary 10101111 101 1001101 0 1100001 111000 11111 101001111 1011110 100011

Color Harmonies of #AF054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF054D

Black with #AF054D

Text Example


Text Example

White with #AF054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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