Html Css Color HEX #AF0156 Jazzberry Jam

📋 copy color: '#AF0156'

red 175 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #AF0156

Tints of Jazzberry Jam #AF0156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 66.79%
G = 0.38%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF0156 (or 0xAF0156) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 56. RGB value is (175,1,86). Sum of RGB (Red+Green+Blue) = 175+1+86=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0156 is #50FEA9. Grayscale: #3E3E3E. Windows color (decimal): -5308074 or 5636527. OLE color: 5636527.

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

Color convert

RGB 175 1 86 -
CMYK 0 0.99 0.51 0.31
HSL 330.69º 0.99% 0.35% -
HSV(B) 330.69º 0.99% 0.69% -
XYZ 19.37 9.81 9.68 -
YUV 62.72 141.15 208.09 -
System Red Green Blue C M Y K H S L
Decimal 175 1 86 0 0.99 0.51 0.31 330.69 0.99 0.35
Hex AF 1 56 0 63 33 1F 14B 63 23
Octal 257 1 126 0 143 63 37 513 143 43
Binary 10101111 1 1010110 0 1100011 110011 11111 101001011 1100011 100011

Color Harmonies of #AF0156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0156

Black with #AF0156

Text Example


Text Example

White with #AF0156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0156; }

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

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

background-color css

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

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

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

border-color css

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

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

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