Html Css Color HEX #AF0261 Jazzberry Jam

📋 copy color: '#AF0261'

red 175 ◦ green 2 ◦ blue 97

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

Shades of Jazzberry Jam #AF0261

Tints of Jazzberry Jam #AF0261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 63.87%
G = 0.73%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF0261 (or 0xAF0261) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 61. RGB value is (175,2,97). Sum of RGB (Red+Green+Blue) = 175+2+97=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0261 is #50FD9E. Grayscale: #404040. Windows color (decimal): -5307807 or 6357679. OLE color: 6357679.

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

Color convert

RGB 175 2 97 -
CMYK 0 0.99 0.45 0.31
HSL 327.05º 0.98% 0.35% -
HSV(B) 327.05º 0.99% 0.69% -
XYZ 19.86 10.02 12.2 -
YUV 64.56 146.31 206.78 -
System Red Green Blue C M Y K H S L
Decimal 175 2 97 0 0.99 0.45 0.31 327.05 0.98 0.35
Hex AF 2 61 0 63 2D 1F 147 62 23
Octal 257 2 141 0 143 55 37 507 142 43
Binary 10101111 10 1100001 0 1100011 101101 11111 101000111 1100010 100011

Color Harmonies of #AF0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0261

Black with #AF0261

Text Example


Text Example

White with #AF0261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0261; }

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

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

background-color css

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

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

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

border-color css

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

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

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