Html Css Color HEX #AF044D Jazzberry Jam

📋 copy color: '#AF044D'

red 175 ◦ green 4 ◦ blue 77

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

Shades of Jazzberry Jam #AF044D

Tints of Jazzberry Jam #AF044D

RGB

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

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

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

R = 68.36%
G = 1.56%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF044D (or 0xAF044D) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 4D. RGB value is (175,4,77). Sum of RGB (Red+Green+Blue) = 175+4+77=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF044D is #50FBB2. Grayscale: #3F3F3F. Windows color (decimal): -5307315 or 5047471. OLE color: 5047471.

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

Color convert

RGB 175 4 77 -
CMYK 0 0.98 0.56 0.31
HSL 334.39º 0.96% 0.35% -
HSV(B) 334.39º 0.98% 0.69% -
XYZ 19.06 9.74 7.9 -
YUV 63.45 135.65 207.56 -
System Red Green Blue C M Y K H S L
Decimal 175 4 77 0 0.98 0.56 0.31 334.39 0.96 0.35
Hex AF 4 4D 0 62 38 1F 14E 60 23
Octal 257 4 115 0 142 70 37 516 140 43
Binary 10101111 100 1001101 0 1100010 111000 11111 101001110 1100000 100011

Color Harmonies of #AF044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF044D

Black with #AF044D

Text Example


Text Example

White with #AF044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF044D; }

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

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

background-color css

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

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

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

border-color css

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

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

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