Html Css Color HEX #AF1274 Jazzberry Jam

📋 copy color: '#AF1274'

red 175 ◦ green 18 ◦ blue 116

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

Shades of Jazzberry Jam #AF1274

Tints of Jazzberry Jam #AF1274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 56.63%
G = 5.83%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF1274 (or 0xAF1274) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 74. RGB value is (175,18,116). Sum of RGB (Red+Green+Blue) = 175+18+116=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1274 is #50ED8B. Grayscale: #4B4B4B. Windows color (decimal): -5303692 or 7606959. OLE color: 7606959.

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

Color convert

RGB 175 18 116 -
CMYK 0 0.90 0.34 0.31
HSL 322.55º 0.81% 0.38% -
HSV(B) 322.55º 0.9% 0.69% -
XYZ 21.05 10.81 17.5 -
YUV 76.12 150.51 198.53 -
System Red Green Blue C M Y K H S L
Decimal 175 18 116 0 0.90 0.34 0.31 322.55 0.81 0.38
Hex AF 12 74 0 5A 22 1F 143 51 26
Octal 257 22 164 0 132 42 37 503 121 46
Binary 10101111 10010 1110100 0 1011010 100010 11111 101000011 1010001 100110

Color Harmonies of #AF1274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1274

Black with #AF1274

Text Example


Text Example

White with #AF1274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1274; }

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

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

background-color css

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

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

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

border-color css

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

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

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