Html Css Color HEX #AF155F Jazzberry Jam

📋 copy color: '#AF155F'

red 175 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #AF155F

Tints of Jazzberry Jam #AF155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 60.14%
G = 7.22%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF155F (or 0xAF155F) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 5F. RGB value is (175,21,95). Sum of RGB (Red+Green+Blue) = 175+21+95=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF155F is #50EAA0. Grayscale: #4B4B4B. Windows color (decimal): -5302945 or 6231471. OLE color: 6231471.

HSL color Cylindrical-coordinate representation of color #AF155F: hue angle of 331.17º 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 #AF155F is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 21 95 -
CMYK 0 0.88 0.46 0.31
HSL 331.17º 0.79% 0.38% -
HSV(B) 331.17º 0.88% 0.69% -
XYZ 20.01 10.48 11.79 -
YUV 75.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 175 21 95 0 0.88 0.46 0.31 331.17 0.79 0.38
Hex AF 15 5F 0 58 2E 1F 14B 4F 26
Octal 257 25 137 0 130 56 37 513 117 46
Binary 10101111 10101 1011111 0 1011000 101110 11111 101001011 1001111 100110

Color Harmonies of #AF155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF155F

Black with #AF155F

Text Example


Text Example

White with #AF155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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