Html Css Color HEX #AF0974 Jazzberry Jam

📋 copy color: '#AF0974'

red 175 ◦ green 9 ◦ blue 116

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

Shades of Jazzberry Jam #AF0974

Tints of Jazzberry Jam #AF0974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.67%

R = 58.33%
G = 3%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF0974 (or 0xAF0974) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 74. RGB value is (175,9,116). Sum of RGB (Red+Green+Blue) = 175+9+116=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0974 is #50F68B. Grayscale: #464646. Windows color (decimal): -5305996 or 7604655. OLE color: 7604655.

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

Color convert

RGB 175 9 116 -
CMYK 0 0.95 0.34 0.31
HSL 321.33º 0.9% 0.36% -
HSV(B) 321.33º 0.95% 0.69% -
XYZ 20.93 10.57 17.46 -
YUV 70.83 153.5 202.3 -
System Red Green Blue C M Y K H S L
Decimal 175 9 116 0 0.95 0.34 0.31 321.33 0.9 0.36
Hex AF 9 74 0 5F 22 1F 141 5A 24
Octal 257 11 164 0 137 42 37 501 132 44
Binary 10101111 1001 1110100 0 1011111 100010 11111 101000001 1011010 100100

Color Harmonies of #AF0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0974

Black with #AF0974

Text Example


Text Example

White with #AF0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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