Html Css Color HEX #AF0761 Jazzberry Jam

📋 copy color: '#AF0761'

red 175 ◦ green 7 ◦ blue 97

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

Shades of Jazzberry Jam #AF0761

Tints of Jazzberry Jam #AF0761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.51%

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

R = 62.72%
G = 2.51%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF0761 (or 0xAF0761) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 61. RGB value is (175,7,97). Sum of RGB (Red+Green+Blue) = 175+7+97=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0761 is #50F89E. Grayscale: #434343. Windows color (decimal): -5306527 or 6358959. OLE color: 6358959.

HSL color Cylindrical-coordinate representation of color #AF0761: hue angle of 327.86º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0761 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 7 97 -
CMYK 0 0.96 0.45 0.31
HSL 327.86º 0.92% 0.36% -
HSV(B) 327.86º 0.96% 0.69% -
XYZ 19.91 10.13 12.21 -
YUV 67.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 175 7 97 0 0.96 0.45 0.31 327.86 0.92 0.36
Hex AF 7 61 0 60 2D 1F 148 5C 24
Octal 257 7 141 0 140 55 37 510 134 44
Binary 10101111 111 1100001 0 1100000 101101 11111 101001000 1011100 100100

Color Harmonies of #AF0761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0761

Black with #AF0761

Text Example


Text Example

White with #AF0761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0761; }

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

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

background-color css

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

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

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

border-color css

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

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

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