Html Css Color HEX #AF0760 Jazzberry Jam

📋 copy color: '#AF0760'

red 175 ◦ green 7 ◦ blue 96

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

Shades of Jazzberry Jam #AF0760

Tints of Jazzberry Jam #AF0760

RGB

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

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

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

R = 62.95%
G = 2.52%
B = 34.53%

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

#AF0760 (or 0xAF0760) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 60. RGB value is (175,7,96). Sum of RGB (Red+Green+Blue) = 175+7+96=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0760 is #50F89F. Grayscale: #434343. Windows color (decimal): -5306528 or 6293423. OLE color: 6293423.

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

Color convert

RGB 175 7 96 -
CMYK 0 0.96 0.45 0.31
HSL 328.21º 0.92% 0.36% -
HSV(B) 328.21º 0.96% 0.69% -
XYZ 19.87 10.11 11.97 -
YUV 67.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 175 7 96 0 0.96 0.45 0.31 328.21 0.92 0.36
Hex AF 7 60 0 60 2D 1F 148 5C 24
Octal 257 7 140 0 140 55 37 510 134 44
Binary 10101111 111 1100000 0 1100000 101101 11111 101001000 1011100 100100

Color Harmonies of #AF0760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0760

Black with #AF0760

Text Example


Text Example

White with #AF0760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0760; }

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

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

background-color css

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

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

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

border-color css

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

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

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