Html Css Color HEX #AF024A Jazzberry Jam

📋 copy color: '#AF024A'

red 175 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #AF024A

Tints of Jazzberry Jam #AF024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 74 (29.3% from 255) = 29.48%

R = 69.72%
G = 0.8%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF024A (or 0xAF024A) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 4A. RGB value is (175,2,74). Sum of RGB (Red+Green+Blue) = 175+2+74=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF024A is #50FDB5. Grayscale: #3D3D3D. Windows color (decimal): -5307830 or 4850351. OLE color: 4850351.

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

Color convert

RGB 175 2 74 -
CMYK 0 0.99 0.58 0.31
HSL 335.03º 0.98% 0.35% -
HSV(B) 335.03º 0.99% 0.69% -
XYZ 18.94 9.65 7.34 -
YUV 61.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 175 2 74 0 0.99 0.58 0.31 335.03 0.98 0.35
Hex AF 2 4A 0 63 3A 1F 14F 62 23
Octal 257 2 112 0 143 72 37 517 142 43
Binary 10101111 10 1001010 0 1100011 111010 11111 101001111 1100010 100011

Color Harmonies of #AF024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF024A

Black with #AF024A

Text Example


Text Example

White with #AF024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF024A; }

 p { color: rgb(175,2,74); }

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

background-color css

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

 a { background-color: rgb(175,2,74); }

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

border-color css

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

 span { border-color: rgb(175,2,74); }

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