Html Css Color HEX #AF124C Jazzberry Jam

📋 copy color: '#AF124C'

red 175 ◦ green 18 ◦ blue 76

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

Shades of Jazzberry Jam #AF124C

Tints of Jazzberry Jam #AF124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

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

R = 65.06%
G = 6.69%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF124C (or 0xAF124C) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 4C. RGB value is (175,18,76). Sum of RGB (Red+Green+Blue) = 175+18+76=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF124C is #50EDB3. Grayscale: #474747. Windows color (decimal): -5303732 or 4985519. OLE color: 4985519.

HSL color Cylindrical-coordinate representation of color #AF124C: hue angle of 337.83º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF124C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 76 -
CMYK 0 0.90 0.57 0.31
HSL 337.83º 0.81% 0.38% -
HSV(B) 337.83º 0.9% 0.69% -
XYZ 19.2 10.07 7.77 -
YUV 71.56 130.51 201.78 -
System Red Green Blue C M Y K H S L
Decimal 175 18 76 0 0.90 0.57 0.31 337.83 0.81 0.38
Hex AF 12 4C 0 5A 39 1F 152 51 26
Octal 257 22 114 0 132 71 37 522 121 46
Binary 10101111 10010 1001100 0 1011010 111001 11111 101010010 1010001 100110

Color Harmonies of #AF124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF124C

Black with #AF124C

Text Example


Text Example

White with #AF124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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