Html Css Color HEX #AF0046 Jazzberry Jam

📋 copy color: '#AF0046'

red 175 ◦ green 0 ◦ blue 70

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

Shades of Jazzberry Jam #AF0046

Tints of Jazzberry Jam #AF0046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 70 (27.73% from 255) = 28.57%

R = 71.43%
G = 0%
B = 28.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF0046 (or 0xAF0046) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 46. RGB value is (175,0,70). Sum of RGB (Red+Green+Blue) = 175+0+70=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0046 is #50FFB9. Grayscale: #3C3C3C. Windows color (decimal): -5308346 or 4587695. OLE color: 4587695.

HSL color Cylindrical-coordinate representation of color #AF0046: hue angle of 336º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0046 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 70 -
CMYK 0 1 0.60 0.31
HSL 336º 1% 0.34% -
HSV(B) 336º 1% 0.69% -
XYZ 18.78 9.56 6.65 -
YUV 60.31 133.48 209.81 -
System Red Green Blue C M Y K H S L
Decimal 175 0 70 0 1 0.60 0.31 336 1 0.34
Hex AF 0 46 0 64 3C 1F 150 64 22
Octal 257 0 106 0 144 74 37 520 144 42
Binary 10101111 0 1000110 0 1100100 111100 11111 101010000 1100100 100010

Color Harmonies of #AF0046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0046

Black with #AF0046

Text Example


Text Example

White with #AF0046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0046; }

 p { color: rgb(175,0,70); }

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

background-color css

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

 a { background-color: rgb(175,0,70); }

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

border-color css

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

 span { border-color: rgb(175,0,70); }

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