Html Css Color HEX #AF0146 Jazzberry Jam

📋 copy color: '#AF0146'

red 175 ◦ green 1 ◦ blue 70

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

Shades of Jazzberry Jam #AF0146

Tints of Jazzberry Jam #AF0146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 71.14%
G = 0.41%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF0146 (or 0xAF0146) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 46. RGB value is (175,1,70). Sum of RGB (Red+Green+Blue) = 175+1+70=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0146 is #50FEB9. Grayscale: #3C3C3C. Windows color (decimal): -5308090 or 4587951. OLE color: 4587951.

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

Color convert

RGB 175 1 70 -
CMYK 0 0.99 0.60 0.31
HSL 336.21º 0.99% 0.35% -
HSV(B) 336.21º 0.99% 0.69% -
XYZ 18.8 9.58 6.65 -
YUV 60.89 133.15 209.39 -
System Red Green Blue C M Y K H S L
Decimal 175 1 70 0 0.99 0.60 0.31 336.21 0.99 0.35
Hex AF 1 46 0 63 3C 1F 150 63 23
Octal 257 1 106 0 143 74 37 520 143 43
Binary 10101111 1 1000110 0 1100011 111100 11111 101010000 1100011 100011

Color Harmonies of #AF0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0146

Black with #AF0146

Text Example


Text Example

White with #AF0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0146; }

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

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

background-color css

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

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

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

border-color css

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

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

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