Html Css Color HEX #AF155A Jazzberry Jam

📋 copy color: '#AF155A'

red 175 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #AF155A

Tints of Jazzberry Jam #AF155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 61.19%
G = 7.34%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF155A (or 0xAF155A) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 5A. RGB value is (175,21,90). Sum of RGB (Red+Green+Blue) = 175+21+90=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF155A is #50EAA5. Grayscale: #4A4A4A. Windows color (decimal): -5302950 or 5903791. OLE color: 5903791.

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

Color convert

RGB 175 21 90 -
CMYK 0 0.88 0.49 0.31
HSL 333.12º 0.79% 0.38% -
HSV(B) 333.12º 0.88% 0.69% -
XYZ 19.79 10.39 10.63 -
YUV 74.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 175 21 90 0 0.88 0.49 0.31 333.12 0.79 0.38
Hex AF 15 5A 0 58 31 1F 14D 4F 26
Octal 257 25 132 0 130 61 37 515 117 46
Binary 10101111 10101 1011010 0 1011000 110001 11111 101001101 1001111 100110

Color Harmonies of #AF155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF155A

Black with #AF155A

Text Example


Text Example

White with #AF155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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