Html Css Color HEX #AF154C Jazzberry Jam

📋 copy color: '#AF154C'

red 175 ◦ green 21 ◦ blue 76

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

Shades of Jazzberry Jam #AF154C

Tints of Jazzberry Jam #AF154C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 64.34%
G = 7.72%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF154C (or 0xAF154C) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 4C. RGB value is (175,21,76). Sum of RGB (Red+Green+Blue) = 175+21+76=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF154C is #50EAB3. Grayscale: #494949. Windows color (decimal): -5302964 or 4986287. OLE color: 4986287.

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

Color convert

RGB 175 21 76 -
CMYK 0 0.88 0.57 0.31
HSL 338.57º 0.79% 0.38% -
HSV(B) 338.57º 0.88% 0.69% -
XYZ 19.25 10.17 7.79 -
YUV 73.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 175 21 76 0 0.88 0.57 0.31 338.57 0.79 0.38
Hex AF 15 4C 0 58 39 1F 153 4F 26
Octal 257 25 114 0 130 71 37 523 117 46
Binary 10101111 10101 1001100 0 1011000 111001 11111 101010011 1001111 100110

Color Harmonies of #AF154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF154C

Black with #AF154C

Text Example


Text Example

White with #AF154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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