Html Css Color HEX #AF044F Jazzberry Jam

📋 copy color: '#AF044F'

red 175 ◦ green 4 ◦ blue 79

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

Shades of Jazzberry Jam #AF044F

Tints of Jazzberry Jam #AF044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

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

R = 67.83%
G = 1.55%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF044F (or 0xAF044F) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 4F. RGB value is (175,4,79). Sum of RGB (Red+Green+Blue) = 175+4+79=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF044F is #50FBB0. Grayscale: #3F3F3F. Windows color (decimal): -5307313 or 5178543. OLE color: 5178543.

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

Color convert

RGB 175 4 79 -
CMYK 0 0.98 0.55 0.31
HSL 333.68º 0.96% 0.35% -
HSV(B) 333.68º 0.98% 0.69% -
XYZ 19.13 9.77 8.27 -
YUV 63.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 175 4 79 0 0.98 0.55 0.31 333.68 0.96 0.35
Hex AF 4 4F 0 62 37 1F 14E 60 23
Octal 257 4 117 0 142 67 37 516 140 43
Binary 10101111 100 1001111 0 1100010 110111 11111 101001110 1100000 100011

Color Harmonies of #AF044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF044F

Black with #AF044F

Text Example


Text Example

White with #AF044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF044F; }

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

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

background-color css

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

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

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

border-color css

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

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

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