Html Css Color HEX #AF1753 Jazzberry Jam

📋 copy color: '#AF1753'

red 175 ◦ green 23 ◦ blue 83

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

Shades of Jazzberry Jam #AF1753

Tints of Jazzberry Jam #AF1753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 62.28%
G = 8.19%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF1753 (or 0xAF1753) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 53. RGB value is (175,23,83). Sum of RGB (Red+Green+Blue) = 175+23+83=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1753 is #50E8AC. Grayscale: #4B4B4B. Windows color (decimal): -5302445 or 5445551. OLE color: 5445551.

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

Color convert

RGB 175 23 83 -
CMYK 0 0.87 0.53 0.31
HSL 336.32º 0.77% 0.39% -
HSV(B) 336.32º 0.87% 0.69% -
XYZ 19.55 10.35 9.15 -
YUV 75.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 175 23 83 0 0.87 0.53 0.31 336.32 0.77 0.39
Hex AF 17 53 0 57 35 1F 150 4D 27
Octal 257 27 123 0 127 65 37 520 115 47
Binary 10101111 10111 1010011 0 1010111 110101 11111 101010000 1001101 100111

Color Harmonies of #AF1753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1753

Black with #AF1753

Text Example


Text Example

White with #AF1753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1753; }

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

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

background-color css

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

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

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

border-color css

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

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

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