Html Css Color HEX #AF1174 Jazzberry Jam

📋 copy color: '#AF1174'

red 175 ◦ green 17 ◦ blue 116

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

Shades of Jazzberry Jam #AF1174

Tints of Jazzberry Jam #AF1174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

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

R = 56.82%
G = 5.52%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF1174 (or 0xAF1174) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 74. RGB value is (175,17,116). Sum of RGB (Red+Green+Blue) = 175+17+116=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1174 is #50EE8B. Grayscale: #4B4B4B. Windows color (decimal): -5303948 or 7606703. OLE color: 7606703.

HSL color Cylindrical-coordinate representation of color #AF1174: hue angle of 322.41º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1174 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 116 -
CMYK 0 0.90 0.34 0.31
HSL 322.41º 0.82% 0.38% -
HSV(B) 322.41º 0.9% 0.69% -
XYZ 21.03 10.78 17.49 -
YUV 75.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 175 17 116 0 0.90 0.34 0.31 322.41 0.82 0.38
Hex AF 11 74 0 5A 22 1F 142 52 26
Octal 257 21 164 0 132 42 37 502 122 46
Binary 10101111 10001 1110100 0 1011010 100010 11111 101000010 1010010 100110

Color Harmonies of #AF1174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1174

Black with #AF1174

Text Example


Text Example

White with #AF1174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1174; }

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

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

background-color css

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

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

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

border-color css

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

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

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