Html Css Color HEX #AF1047 Jazzberry Jam

📋 copy color: '#AF1047'

red 175 ◦ green 16 ◦ blue 71

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

Shades of Jazzberry Jam #AF1047

Tints of Jazzberry Jam #AF1047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

 BLUE value IS 71 (28.13% from 255) = 27.1%

R = 66.79%
G = 6.11%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF1047 (or 0xAF1047) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 47. RGB value is (175,16,71). Sum of RGB (Red+Green+Blue) = 175+16+71=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1047 is #50EFB8. Grayscale: #454545. Windows color (decimal): -5304249 or 4657327. OLE color: 4657327.

HSL color Cylindrical-coordinate representation of color #AF1047: hue angle of 339.25º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1047 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 71 -
CMYK 0 0.91 0.59 0.31
HSL 339.25º 0.83% 0.37% -
HSV(B) 339.25º 0.91% 0.69% -
XYZ 19 9.94 6.88 -
YUV 69.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 175 16 71 0 0.91 0.59 0.31 339.25 0.83 0.37
Hex AF 10 47 0 5B 3B 1F 153 53 25
Octal 257 20 107 0 133 73 37 523 123 45
Binary 10101111 10000 1000111 0 1011011 111011 11111 101010011 1010011 100101

Color Harmonies of #AF1047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1047

Black with #AF1047

Text Example


Text Example

White with #AF1047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1047; }

 p { color: rgb(175,16,71); }

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

background-color css

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

 a { background-color: rgb(175,16,71); }

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

border-color css

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

 span { border-color: rgb(175,16,71); }

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