Html Css Color HEX #AF0447 Jazzberry Jam

📋 copy color: '#AF0447'

red 175 ◦ green 4 ◦ blue 71

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

Shades of Jazzberry Jam #AF0447

Tints of Jazzberry Jam #AF0447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

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

R = 70%
G = 1.6%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF0447 (or 0xAF0447) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 47. RGB value is (175,4,71). Sum of RGB (Red+Green+Blue) = 175+4+71=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0447 is #50FBB8. Grayscale: #3E3E3E. Windows color (decimal): -5307321 or 4654255. OLE color: 4654255.

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

Color convert

RGB 175 4 71 -
CMYK 0 0.98 0.59 0.31
HSL 336.49º 0.96% 0.35% -
HSV(B) 336.49º 0.98% 0.69% -
XYZ 18.86 9.66 6.83 -
YUV 62.77 132.65 208.05 -
System Red Green Blue C M Y K H S L
Decimal 175 4 71 0 0.98 0.59 0.31 336.49 0.96 0.35
Hex AF 4 47 0 62 3B 1F 150 60 23
Octal 257 4 107 0 142 73 37 520 140 43
Binary 10101111 100 1000111 0 1100010 111011 11111 101010000 1100000 100011

Color Harmonies of #AF0447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0447

Black with #AF0447

Text Example


Text Example

White with #AF0447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0447; }

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

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

background-color css

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

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

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

border-color css

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

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

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