Html Css Color HEX #AF1953 Jazzberry Jam

📋 copy color: '#AF1953'

red 175 ◦ green 25 ◦ blue 83

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

Shades of Jazzberry Jam #AF1953

Tints of Jazzberry Jam #AF1953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

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

R = 61.84%
G = 8.83%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF1953 (or 0xAF1953) is known color: Jazzberry Jam. HEX triplet: AF, 19 and 53. RGB value is (175,25,83). Sum of RGB (Red+Green+Blue) = 175+25+83=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1953 is #50E6AC. Grayscale: #4C4C4C. Windows color (decimal): -5301933 or 5446063. OLE color: 5446063.

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

Color convert

RGB 175 25 83 -
CMYK 0 0.86 0.53 0.31
HSL 336.8º 0.75% 0.39% -
HSV(B) 336.8º 0.86% 0.69% -
XYZ 19.59 10.43 9.17 -
YUV 76.46 131.7 198.28 -
System Red Green Blue C M Y K H S L
Decimal 175 25 83 0 0.86 0.53 0.31 336.8 0.75 0.39
Hex AF 19 53 0 56 35 1F 151 4B 27
Octal 257 31 123 0 126 65 37 521 113 47
Binary 10101111 11001 1010011 0 1010110 110101 11111 101010001 1001011 100111

Color Harmonies of #AF1953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1953

Black with #AF1953

Text Example


Text Example

White with #AF1953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1953; }

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

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

background-color css

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

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

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

border-color css

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

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

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