Html Css Color HEX #AF1758 Jazzberry Jam

📋 copy color: '#AF1758'

red 175 ◦ green 23 ◦ blue 88

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

Shades of Jazzberry Jam #AF1758

Tints of Jazzberry Jam #AF1758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.77%

R = 61.19%
G = 8.04%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF1758 (or 0xAF1758) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 58. RGB value is (175,23,88). Sum of RGB (Red+Green+Blue) = 175+23+88=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1758 is #50E8A7. Grayscale: #4B4B4B. Windows color (decimal): -5302440 or 5773231. OLE color: 5773231.

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

Color convert

RGB 175 23 88 -
CMYK 0 0.87 0.50 0.31
HSL 334.34º 0.77% 0.39% -
HSV(B) 334.34º 0.87% 0.69% -
XYZ 19.75 10.43 10.21 -
YUV 75.86 134.86 198.71 -
System Red Green Blue C M Y K H S L
Decimal 175 23 88 0 0.87 0.50 0.31 334.34 0.77 0.39
Hex AF 17 58 0 57 32 1F 14E 4D 27
Octal 257 27 130 0 127 62 37 516 115 47
Binary 10101111 10111 1011000 0 1010111 110010 11111 101001110 1001101 100111

Color Harmonies of #AF1758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1758

Black with #AF1758

Text Example


Text Example

White with #AF1758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1758; }

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

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

background-color css

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

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

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

border-color css

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

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

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