Html Css Color HEX #AF176E Jazzberry Jam

📋 copy color: '#AF176E'

red 175 ◦ green 23 ◦ blue 110

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

Shades of Jazzberry Jam #AF176E

Tints of Jazzberry Jam #AF176E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

 BLUE value IS 110 (43.36% from 255) = 35.71%

R = 56.82%
G = 7.47%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF176E (or 0xAF176E) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 6E. RGB value is (175,23,110). Sum of RGB (Red+Green+Blue) = 175+23+110=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF176E is #50E891. Grayscale: #4E4E4E. Windows color (decimal): -5302418 or 7215023. OLE color: 7215023.

HSL color Cylindrical-coordinate representation of color #AF176E: hue angle of 325.66º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF176E is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 110 -
CMYK 0 0.87 0.37 0.31
HSL 325.66º 0.77% 0.39% -
HSV(B) 325.66º 0.87% 0.69% -
XYZ 20.8 10.85 15.75 -
YUV 78.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 175 23 110 0 0.87 0.37 0.31 325.66 0.77 0.39
Hex AF 17 6E 0 57 25 1F 146 4D 27
Octal 257 27 156 0 127 45 37 506 115 47
Binary 10101111 10111 1101110 0 1010111 100101 11111 101000110 1001101 100111

Color Harmonies of #AF176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF176E

Black with #AF176E

Text Example


Text Example

White with #AF176E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF176E; }

 p { color: rgb(175,23,110); }

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

background-color css

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

 a { background-color: rgb(175,23,110); }

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

border-color css

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

 span { border-color: rgb(175,23,110); }

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