Html Css Color HEX #AF1755 Jazzberry Jam

📋 copy color: '#AF1755'

red 175 ◦ green 23 ◦ blue 85

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

Shades of Jazzberry Jam #AF1755

Tints of Jazzberry Jam #AF1755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 61.84%
G = 8.13%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF1755 (or 0xAF1755) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 55. RGB value is (175,23,85). Sum of RGB (Red+Green+Blue) = 175+23+85=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1755 is #50E8AA. Grayscale: #4B4B4B. Windows color (decimal): -5302443 or 5576623. OLE color: 5576623.

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

Color convert

RGB 175 23 85 -
CMYK 0 0.87 0.51 0.31
HSL 335.53º 0.77% 0.39% -
HSV(B) 335.53º 0.87% 0.69% -
XYZ 19.63 10.38 9.56 -
YUV 75.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 175 23 85 0 0.87 0.51 0.31 335.53 0.77 0.39
Hex AF 17 55 0 57 33 1F 150 4D 27
Octal 257 27 125 0 127 63 37 520 115 47
Binary 10101111 10111 1010101 0 1010111 110011 11111 101010000 1001101 100111

Color Harmonies of #AF1755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1755

Black with #AF1755

Text Example


Text Example

White with #AF1755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1755; }

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

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

background-color css

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

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

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

border-color css

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

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

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