Html Css Color HEX #AF044B Jazzberry Jam

📋 copy color: '#AF044B'

red 175 ◦ green 4 ◦ blue 75

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

Shades of Jazzberry Jam #AF044B

Tints of Jazzberry Jam #AF044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.53%

R = 68.9%
G = 1.57%
B = 29.53%

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

#AF044B (or 0xAF044B) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 4B. RGB value is (175,4,75). Sum of RGB (Red+Green+Blue) = 175+4+75=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF044B is #50FBB4. Grayscale: #3F3F3F. Windows color (decimal): -5307317 or 4916399. OLE color: 4916399.

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

Color convert

RGB 175 4 75 -
CMYK 0 0.98 0.57 0.31
HSL 335.09º 0.96% 0.35% -
HSV(B) 335.09º 0.98% 0.69% -
XYZ 18.99 9.71 7.53 -
YUV 63.22 134.65 207.73 -
System Red Green Blue C M Y K H S L
Decimal 175 4 75 0 0.98 0.57 0.31 335.09 0.96 0.35
Hex AF 4 4B 0 62 39 1F 14F 60 23
Octal 257 4 113 0 142 71 37 517 140 43
Binary 10101111 100 1001011 0 1100010 111001 11111 101001111 1100000 100011

Color Harmonies of #AF044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF044B

Black with #AF044B

Text Example


Text Example

White with #AF044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF044B; }

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

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

background-color css

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

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

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

border-color css

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

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

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