Html Css Color HEX #AF0B5B Jazzberry Jam

📋 copy color: '#AF0B5B'

red 175 ◦ green 11 ◦ blue 91

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

Shades of Jazzberry Jam #AF0B5B

Tints of Jazzberry Jam #AF0B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.97%

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

R = 63.18%
G = 3.97%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF0B5B (or 0xAF0B5B) is known color: Jazzberry Jam. HEX triplet: AF, 0B and 5B. RGB value is (175,11,91). Sum of RGB (Red+Green+Blue) = 175+11+91=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B5B is #50F4A4. Grayscale: #454545. Windows color (decimal): -5305509 or 5966767. OLE color: 5966767.

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

Color convert

RGB 175 11 91 -
CMYK 0 0.94 0.48 0.31
HSL 330.73º 0.88% 0.36% -
HSV(B) 330.73º 0.94% 0.69% -
XYZ 19.69 10.11 10.81 -
YUV 69.16 140.33 203.5 -
System Red Green Blue C M Y K H S L
Decimal 175 11 91 0 0.94 0.48 0.31 330.73 0.88 0.36
Hex AF B 5B 0 5E 30 1F 14B 58 24
Octal 257 13 133 0 136 60 37 513 130 44
Binary 10101111 1011 1011011 0 1011110 110000 11111 101001011 1011000 100100

Color Harmonies of #AF0B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B5B

Black with #AF0B5B

Text Example


Text Example

White with #AF0B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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