Html Css Color HEX #AF1B53 Jazzberry Jam

📋 copy color: '#AF1B53'

red 175 ◦ green 27 ◦ blue 83

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

Shades of Jazzberry Jam #AF1B53

Tints of Jazzberry Jam #AF1B53

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

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

R = 61.4%
G = 9.47%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF1B53 (or 0xAF1B53) is known color: Jazzberry Jam. HEX triplet: AF, 1B and 53. RGB value is (175,27,83). Sum of RGB (Red+Green+Blue) = 175+27+83=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B53 is #50E4AC. Grayscale: #4D4D4D. Windows color (decimal): -5301421 or 5446575. OLE color: 5446575.

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

Color convert

RGB 175 27 83 -
CMYK 0 0.85 0.53 0.31
HSL 337.3º 0.73% 0.4% -
HSV(B) 337.3º 0.85% 0.69% -
XYZ 19.63 10.52 9.18 -
YUV 77.64 131.03 197.45 -
System Red Green Blue C M Y K H S L
Decimal 175 27 83 0 0.85 0.53 0.31 337.3 0.73 0.4
Hex AF 1B 53 0 55 35 1F 151 49 28
Octal 257 33 123 0 125 65 37 521 111 50
Binary 10101111 11011 1010011 0 1010101 110101 11111 101010001 1001001 101000

Color Harmonies of #AF1B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B53

Black with #AF1B53

Text Example


Text Example

White with #AF1B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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