Html Css Color HEX #AF155C Jazzberry Jam

📋 copy color: '#AF155C'

red 175 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #AF155C

Tints of Jazzberry Jam #AF155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 60.76%
G = 7.29%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF155C (or 0xAF155C) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 5C. RGB value is (175,21,92). Sum of RGB (Red+Green+Blue) = 175+21+92=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF155C is #50EAA3. Grayscale: #4B4B4B. Windows color (decimal): -5302948 or 6034863. OLE color: 6034863.

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

Color convert

RGB 175 21 92 -
CMYK 0 0.88 0.47 0.31
HSL 332.34º 0.79% 0.38% -
HSV(B) 332.34º 0.88% 0.69% -
XYZ 19.88 10.42 11.09 -
YUV 75.14 137.52 199.23 -
System Red Green Blue C M Y K H S L
Decimal 175 21 92 0 0.88 0.47 0.31 332.34 0.79 0.38
Hex AF 15 5C 0 58 2F 1F 14C 4F 26
Octal 257 25 134 0 130 57 37 514 117 46
Binary 10101111 10101 1011100 0 1011000 101111 11111 101001100 1001111 100110

Color Harmonies of #AF155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF155C

Black with #AF155C

Text Example


Text Example

White with #AF155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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