Html Css Color HEX #AF074F Jazzberry Jam

📋 copy color: '#AF074F'

red 175 ◦ green 7 ◦ blue 79

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

Shades of Jazzberry Jam #AF074F

Tints of Jazzberry Jam #AF074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.27%

R = 67.05%
G = 2.68%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF074F (or 0xAF074F) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 4F. RGB value is (175,7,79). Sum of RGB (Red+Green+Blue) = 175+7+79=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF074F is #50F8B0. Grayscale: #414141. Windows color (decimal): -5306545 or 5179311. OLE color: 5179311.

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

Color convert

RGB 175 7 79 -
CMYK 0 0.96 0.55 0.31
HSL 334.29º 0.92% 0.36% -
HSV(B) 334.29º 0.96% 0.69% -
XYZ 19.17 9.83 8.28 -
YUV 65.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 175 7 79 0 0.96 0.55 0.31 334.29 0.92 0.36
Hex AF 7 4F 0 60 37 1F 14E 5C 24
Octal 257 7 117 0 140 67 37 516 134 44
Binary 10101111 111 1001111 0 1100000 110111 11111 101001110 1011100 100100

Color Harmonies of #AF074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF074F

Black with #AF074F

Text Example


Text Example

White with #AF074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF074F; }

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

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

background-color css

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

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

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

border-color css

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

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

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