Html Css Color HEX #AF0972 Jazzberry Jam

📋 copy color: '#AF0972'

red 175 ◦ green 9 ◦ blue 114

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

Shades of Jazzberry Jam #AF0972

Tints of Jazzberry Jam #AF0972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 58.72%
G = 3.02%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF0972 (or 0xAF0972) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 72. RGB value is (175,9,114). Sum of RGB (Red+Green+Blue) = 175+9+114=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0972 is #50F68D. Grayscale: #464646. Windows color (decimal): -5305998 or 7473583. OLE color: 7473583.

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

Color convert

RGB 175 9 114 -
CMYK 0 0.95 0.35 0.31
HSL 322.05º 0.9% 0.36% -
HSV(B) 322.05º 0.95% 0.69% -
XYZ 20.81 10.52 16.85 -
YUV 70.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 175 9 114 0 0.95 0.35 0.31 322.05 0.9 0.36
Hex AF 9 72 0 5F 23 1F 142 5A 24
Octal 257 11 162 0 137 43 37 502 132 44
Binary 10101111 1001 1110010 0 1011111 100011 11111 101000010 1011010 100100

Color Harmonies of #AF0972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0972

Black with #AF0972

Text Example


Text Example

White with #AF0972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0972; }

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

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

background-color css

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

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

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

border-color css

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

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

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