Html Css Color HEX #AF044C Jazzberry Jam

📋 copy color: '#AF044C'

red 175 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #AF044C

Tints of Jazzberry Jam #AF044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.8%

R = 68.63%
G = 1.57%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF044C (or 0xAF044C) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 4C. RGB value is (175,4,76). Sum of RGB (Red+Green+Blue) = 175+4+76=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF044C is #50FBB3. Grayscale: #3F3F3F. Windows color (decimal): -5307316 or 4981935. OLE color: 4981935.

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

Color convert

RGB 175 4 76 -
CMYK 0 0.98 0.57 0.31
HSL 334.74º 0.96% 0.35% -
HSV(B) 334.74º 0.98% 0.69% -
XYZ 19.03 9.72 7.71 -
YUV 63.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 175 4 76 0 0.98 0.57 0.31 334.74 0.96 0.35
Hex AF 4 4C 0 62 39 1F 14F 60 23
Octal 257 4 114 0 142 71 37 517 140 43
Binary 10101111 100 1001100 0 1100010 111001 11111 101001111 1100000 100011

Color Harmonies of #AF044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF044C

Black with #AF044C

Text Example


Text Example

White with #AF044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF044C; }

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

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

background-color css

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

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

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

border-color css

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

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

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