Html Css Color HEX #AF1670 Jazzberry Jam

📋 copy color: '#AF1670'

red 175 ◦ green 22 ◦ blue 112

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

Shades of Jazzberry Jam #AF1670

Tints of Jazzberry Jam #AF1670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.12%

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 56.63%
G = 7.12%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF1670 (or 0xAF1670) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 70. RGB value is (175,22,112). Sum of RGB (Red+Green+Blue) = 175+22+112=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1670 is #50E98F. Grayscale: #4D4D4D. Windows color (decimal): -5302672 or 7345839. OLE color: 7345839.

HSL color Cylindrical-coordinate representation of color #AF1670: hue angle of 324.71º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1670 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 112 -
CMYK 0 0.87 0.36 0.31
HSL 324.71º 0.78% 0.39% -
HSV(B) 324.71º 0.87% 0.69% -
XYZ 20.89 10.86 16.32 -
YUV 78.01 147.19 197.18 -
System Red Green Blue C M Y K H S L
Decimal 175 22 112 0 0.87 0.36 0.31 324.71 0.78 0.39
Hex AF 16 70 0 57 24 1F 145 4E 27
Octal 257 26 160 0 127 44 37 505 116 47
Binary 10101111 10110 1110000 0 1010111 100100 11111 101000101 1001110 100111

Color Harmonies of #AF1670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1670

Black with #AF1670

Text Example


Text Example

White with #AF1670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1670; }

 p { color: rgb(175,22,112); }

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

background-color css

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

 a { background-color: rgb(175,22,112); }

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

border-color css

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

 span { border-color: rgb(175,22,112); }

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