Html Css Color HEX #AF0771 Jazzberry Jam

📋 copy color: '#AF0771'

red 175 ◦ green 7 ◦ blue 113

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

Shades of Jazzberry Jam #AF0771

Tints of Jazzberry Jam #AF0771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 59.32%
G = 2.37%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF0771 (or 0xAF0771) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 71. RGB value is (175,7,113). Sum of RGB (Red+Green+Blue) = 175+7+113=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0771 is #50F88E. Grayscale: #454545. Windows color (decimal): -5306511 or 7407535. OLE color: 7407535.

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

Color convert

RGB 175 7 113 -
CMYK 0 0.96 0.35 0.31
HSL 322.14º 0.92% 0.36% -
HSV(B) 322.14º 0.96% 0.69% -
XYZ 20.74 10.46 16.55 -
YUV 69.32 152.66 203.38 -
System Red Green Blue C M Y K H S L
Decimal 175 7 113 0 0.96 0.35 0.31 322.14 0.92 0.36
Hex AF 7 71 0 60 23 1F 142 5C 24
Octal 257 7 161 0 140 43 37 502 134 44
Binary 10101111 111 1110001 0 1100000 100011 11111 101000010 1011100 100100

Color Harmonies of #AF0771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0771

Black with #AF0771

Text Example


Text Example

White with #AF0771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0771; }

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

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

background-color css

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

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

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

border-color css

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

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

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