Html Css Color HEX #AF124A Jazzberry Jam

📋 copy color: '#AF124A'

red 175 ◦ green 18 ◦ blue 74

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

Shades of Jazzberry Jam #AF124A

Tints of Jazzberry Jam #AF124A

RGB

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

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

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

R = 65.54%
G = 6.74%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF124A (or 0xAF124A) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 4A. RGB value is (175,18,74). Sum of RGB (Red+Green+Blue) = 175+18+74=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF124A is #50EDB5. Grayscale: #474747. Windows color (decimal): -5303734 or 4854447. OLE color: 4854447.

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

Color convert

RGB 175 18 74 -
CMYK 0 0.90 0.58 0.31
HSL 338.6º 0.81% 0.38% -
HSV(B) 338.6º 0.9% 0.69% -
XYZ 19.13 10.04 7.41 -
YUV 71.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 175 18 74 0 0.90 0.58 0.31 338.6 0.81 0.38
Hex AF 12 4A 0 5A 3A 1F 153 51 26
Octal 257 22 112 0 132 72 37 523 121 46
Binary 10101111 10010 1001010 0 1011010 111010 11111 101010011 1010001 100110

Color Harmonies of #AF124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF124A

Black with #AF124A

Text Example


Text Example

White with #AF124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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