Html Css Color HEX #AF155B Jazzberry Jam

📋 copy color: '#AF155B'

red 175 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #AF155B

Tints of Jazzberry Jam #AF155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.32%

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

R = 60.98%
G = 7.32%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF155B (or 0xAF155B) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 5B. RGB value is (175,21,91). Sum of RGB (Red+Green+Blue) = 175+21+91=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF155B is #50EAA4. Grayscale: #4A4A4A. Windows color (decimal): -5302949 or 5969327. OLE color: 5969327.

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

Color convert

RGB 175 21 91 -
CMYK 0 0.88 0.48 0.31
HSL 332.73º 0.79% 0.38% -
HSV(B) 332.73º 0.88% 0.69% -
XYZ 19.84 10.41 10.86 -
YUV 75.03 137.02 199.31 -
System Red Green Blue C M Y K H S L
Decimal 175 21 91 0 0.88 0.48 0.31 332.73 0.79 0.38
Hex AF 15 5B 0 58 30 1F 14D 4F 26
Octal 257 25 133 0 130 60 37 515 117 46
Binary 10101111 10101 1011011 0 1011000 110000 11111 101001101 1001111 100110

Color Harmonies of #AF155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF155B

Black with #AF155B

Text Example


Text Example

White with #AF155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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