Html Css Color HEX #AF0260 Jazzberry Jam

📋 copy color: '#AF0260'

red 175 ◦ green 2 ◦ blue 96

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

Shades of Jazzberry Jam #AF0260

Tints of Jazzberry Jam #AF0260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 64.1%
G = 0.73%
B = 35.16%

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

#AF0260 (or 0xAF0260) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 60. RGB value is (175,2,96). Sum of RGB (Red+Green+Blue) = 175+2+96=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0260 is #50FD9F. Grayscale: #404040. Windows color (decimal): -5307808 or 6292143. OLE color: 6292143.

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

Color convert

RGB 175 2 96 -
CMYK 0 0.99 0.45 0.31
HSL 327.4º 0.98% 0.35% -
HSV(B) 327.4º 0.99% 0.69% -
XYZ 19.81 10 11.95 -
YUV 64.44 145.81 206.86 -
System Red Green Blue C M Y K H S L
Decimal 175 2 96 0 0.99 0.45 0.31 327.4 0.98 0.35
Hex AF 2 60 0 63 2D 1F 147 62 23
Octal 257 2 140 0 143 55 37 507 142 43
Binary 10101111 10 1100000 0 1100011 101101 11111 101000111 1100010 100011

Color Harmonies of #AF0260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0260

Black with #AF0260

Text Example


Text Example

White with #AF0260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0260; }

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

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

background-color css

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

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

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

border-color css

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

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

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