Html Css Color HEX #AF024F Jazzberry Jam

📋 copy color: '#AF024F'

red 175 ◦ green 2 ◦ blue 79

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

Shades of Jazzberry Jam #AF024F

Tints of Jazzberry Jam #AF024F

RGB

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

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

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

R = 68.36%
G = 0.78%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF024F (or 0xAF024F) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 4F. RGB value is (175,2,79). Sum of RGB (Red+Green+Blue) = 175+2+79=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF024F is #50FDB0. Grayscale: #3E3E3E. Windows color (decimal): -5307825 or 5178031. OLE color: 5178031.

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

Color convert

RGB 175 2 79 -
CMYK 0 0.99 0.55 0.31
HSL 333.29º 0.98% 0.35% -
HSV(B) 333.29º 0.99% 0.69% -
XYZ 19.11 9.72 8.27 -
YUV 62.51 137.31 208.24 -
System Red Green Blue C M Y K H S L
Decimal 175 2 79 0 0.99 0.55 0.31 333.29 0.98 0.35
Hex AF 2 4F 0 63 37 1F 14D 62 23
Octal 257 2 117 0 143 67 37 515 142 43
Binary 10101111 10 1001111 0 1100011 110111 11111 101001101 1100010 100011

Color Harmonies of #AF024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF024F

Black with #AF024F

Text Example


Text Example

White with #AF024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF024F; }

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

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

background-color css

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

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

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

border-color css

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

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

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