Html Css Color HEX #AF1C5B Jazzberry Jam

📋 copy color: '#AF1C5B'

red 175 ◦ green 28 ◦ blue 91

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

Shades of Jazzberry Jam #AF1C5B

Tints of Jazzberry Jam #AF1C5B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.52%

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 59.52%
G = 9.52%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF1C5B (or 0xAF1C5B) is known color: Jazzberry Jam. HEX triplet: AF, 1C and 5B. RGB value is (175,28,91). Sum of RGB (Red+Green+Blue) = 175+28+91=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1C5B is #50E3A4. Grayscale: #4F4F4F. Windows color (decimal): -5301157 or 5971119. OLE color: 5971119.

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

Color convert

RGB 175 28 91 -
CMYK 0 0.84 0.48 0.31
HSL 334.29º 0.72% 0.4% -
HSV(B) 334.29º 0.84% 0.69% -
XYZ 19.98 10.7 10.91 -
YUV 79.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 175 28 91 0 0.84 0.48 0.31 334.29 0.72 0.4
Hex AF 1C 5B 0 54 30 1F 14E 48 28
Octal 257 34 133 0 124 60 37 516 110 50
Binary 10101111 11100 1011011 0 1010100 110000 11111 101001110 1001000 101000

Color Harmonies of #AF1C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C5B

Black with #AF1C5B

Text Example


Text Example

White with #AF1C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C5B; }

 p { color: rgb(175,28,91); }

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

background-color css

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

 a { background-color: rgb(175,28,91); }

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

border-color css

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

 span { border-color: rgb(175,28,91); }

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