Html Css Color HEX #AF1A5B Jazzberry Jam

📋 copy color: '#AF1A5B'

red 175 ◦ green 26 ◦ blue 91

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

Shades of Jazzberry Jam #AF1A5B

Tints of Jazzberry Jam #AF1A5B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.9%

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

R = 59.93%
G = 8.9%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF1A5B (or 0xAF1A5B) is known color: Jazzberry Jam. HEX triplet: AF, 1A and 5B. RGB value is (175,26,91). Sum of RGB (Red+Green+Blue) = 175+26+91=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A5B is #50E5A4. Grayscale: #4D4D4D. Windows color (decimal): -5301669 or 5970607. OLE color: 5970607.

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

Color convert

RGB 175 26 91 -
CMYK 0 0.85 0.48 0.31
HSL 333.83º 0.74% 0.39% -
HSV(B) 333.83º 0.85% 0.69% -
XYZ 19.94 10.61 10.89 -
YUV 77.96 135.36 197.21 -
System Red Green Blue C M Y K H S L
Decimal 175 26 91 0 0.85 0.48 0.31 333.83 0.74 0.39
Hex AF 1A 5B 0 55 30 1F 14E 4A 27
Octal 257 32 133 0 125 60 37 516 112 47
Binary 10101111 11010 1011011 0 1010101 110000 11111 101001110 1001010 100111

Color Harmonies of #AF1A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A5B

Black with #AF1A5B

Text Example


Text Example

White with #AF1A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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