Html Css Color HEX #AF0151 Jazzberry Jam

📋 copy color: '#AF0151'

red 175 ◦ green 1 ◦ blue 81

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

Shades of Jazzberry Jam #AF0151

Tints of Jazzberry Jam #AF0151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.52%

R = 68.09%
G = 0.39%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF0151 (or 0xAF0151) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 51. RGB value is (175,1,81). Sum of RGB (Red+Green+Blue) = 175+1+81=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0151 is #50FEAE. Grayscale: #3E3E3E. Windows color (decimal): -5308079 or 5308847. OLE color: 5308847.

HSL color Cylindrical-coordinate representation of color #AF0151: hue angle of 332.41º 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 #AF0151 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 81 -
CMYK 0 0.99 0.54 0.31
HSL 332.41º 0.99% 0.35% -
HSV(B) 332.41º 0.99% 0.69% -
XYZ 19.18 9.73 8.65 -
YUV 62.15 138.65 208.5 -
System Red Green Blue C M Y K H S L
Decimal 175 1 81 0 0.99 0.54 0.31 332.41 0.99 0.35
Hex AF 1 51 0 63 36 1F 14C 63 23
Octal 257 1 121 0 143 66 37 514 143 43
Binary 10101111 1 1010001 0 1100011 110110 11111 101001100 1100011 100011

Color Harmonies of #AF0151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0151

Black with #AF0151

Text Example


Text Example

White with #AF0151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0151; }

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

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

background-color css

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

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

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

border-color css

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

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

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