Html Css Color HEX #AF0256 Jazzberry Jam

📋 copy color: '#AF0256'

red 175 ◦ green 2 ◦ blue 86

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

Shades of Jazzberry Jam #AF0256

Tints of Jazzberry Jam #AF0256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 66.54%
G = 0.76%
B = 32.7%

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

#AF0256 (or 0xAF0256) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 56. RGB value is (175,2,86). Sum of RGB (Red+Green+Blue) = 175+2+86=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0256 is #50FDA9. Grayscale: #3F3F3F. Windows color (decimal): -5307818 or 5636783. OLE color: 5636783.

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

Color convert

RGB 175 2 86 -
CMYK 0 0.99 0.51 0.31
HSL 330.87º 0.98% 0.35% -
HSV(B) 330.87º 0.99% 0.69% -
XYZ 19.38 9.83 9.68 -
YUV 63.3 140.81 207.67 -
System Red Green Blue C M Y K H S L
Decimal 175 2 86 0 0.99 0.51 0.31 330.87 0.98 0.35
Hex AF 2 56 0 63 33 1F 14B 62 23
Octal 257 2 126 0 143 63 37 513 142 43
Binary 10101111 10 1010110 0 1100011 110011 11111 101001011 1100010 100011

Color Harmonies of #AF0256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0256

Black with #AF0256

Text Example


Text Example

White with #AF0256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0256; }

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

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

background-color css

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

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

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

border-color css

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

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

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