Html Css Color HEX #AF074D Jazzberry Jam

📋 copy color: '#AF074D'

red 175 ◦ green 7 ◦ blue 77

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

Shades of Jazzberry Jam #AF074D

Tints of Jazzberry Jam #AF074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.7%

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

R = 67.57%
G = 2.7%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF074D (or 0xAF074D) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 4D. RGB value is (175,7,77). Sum of RGB (Red+Green+Blue) = 175+7+77=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF074D is #50F8B2. Grayscale: #414141. Windows color (decimal): -5306547 or 5048239. OLE color: 5048239.

HSL color Cylindrical-coordinate representation of color #AF074D: hue angle of 335º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF074D is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 7 77 -
CMYK 0 0.96 0.56 0.31
HSL 335º 0.92% 0.36% -
HSV(B) 335º 0.96% 0.69% -
XYZ 19.09 9.8 7.91 -
YUV 65.21 134.66 206.31 -
System Red Green Blue C M Y K H S L
Decimal 175 7 77 0 0.96 0.56 0.31 335 0.92 0.36
Hex AF 7 4D 0 60 38 1F 14F 5C 24
Octal 257 7 115 0 140 70 37 517 134 44
Binary 10101111 111 1001101 0 1100000 111000 11111 101001111 1011100 100100

Color Harmonies of #AF074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF074D

Black with #AF074D

Text Example


Text Example

White with #AF074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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