Html Css Color HEX #AF0756 Jazzberry Jam

📋 copy color: '#AF0756'

red 175 ◦ green 7 ◦ blue 86

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

Shades of Jazzberry Jam #AF0756

Tints of Jazzberry Jam #AF0756

RGB

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

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

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

R = 65.3%
G = 2.61%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF0756 (or 0xAF0756) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 56. RGB value is (175,7,86). Sum of RGB (Red+Green+Blue) = 175+7+86=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0756 is #50F8A9. Grayscale: #424242. Windows color (decimal): -5306538 or 5638063. OLE color: 5638063.

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

Color convert

RGB 175 7 86 -
CMYK 0 0.96 0.51 0.31
HSL 331.79º 0.92% 0.36% -
HSV(B) 331.79º 0.96% 0.69% -
XYZ 19.43 9.94 9.7 -
YUV 66.24 139.16 205.58 -
System Red Green Blue C M Y K H S L
Decimal 175 7 86 0 0.96 0.51 0.31 331.79 0.92 0.36
Hex AF 7 56 0 60 33 1F 14C 5C 24
Octal 257 7 126 0 140 63 37 514 134 44
Binary 10101111 111 1010110 0 1100000 110011 11111 101001100 1011100 100100

Color Harmonies of #AF0756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0756

Black with #AF0756

Text Example


Text Example

White with #AF0756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0756; }

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

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

background-color css

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

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

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

border-color css

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

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

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