Html Css Color HEX #AF0977 Jazzberry Jam

📋 copy color: '#AF0977'

red 175 ◦ green 9 ◦ blue 119

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

Shades of Jazzberry Jam #AF0977

Tints of Jazzberry Jam #AF0977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.97%

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 57.76%
G = 2.97%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF0977 (or 0xAF0977) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 77. RGB value is (175,9,119). Sum of RGB (Red+Green+Blue) = 175+9+119=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0977 is #50F688. Grayscale: #464646. Windows color (decimal): -5305993 or 7801263. OLE color: 7801263.

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

Color convert

RGB 175 9 119 -
CMYK 0 0.95 0.32 0.31
HSL 320.24º 0.9% 0.36% -
HSV(B) 320.24º 0.95% 0.69% -
XYZ 21.11 10.64 18.39 -
YUV 71.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 175 9 119 0 0.95 0.32 0.31 320.24 0.9 0.36
Hex AF 9 77 0 5F 20 1F 140 5A 24
Octal 257 11 167 0 137 40 37 500 132 44
Binary 10101111 1001 1110111 0 1011111 100000 11111 101000000 1011010 100100

Color Harmonies of #AF0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0977

Black with #AF0977

Text Example


Text Example

White with #AF0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0977; }

 p { color: rgb(175,9,119); }

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

background-color css

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

 a { background-color: rgb(175,9,119); }

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

border-color css

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

 span { border-color: rgb(175,9,119); }

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