Html Css Color HEX #AF1152 Jazzberry Jam

📋 copy color: '#AF1152'

red 175 ◦ green 17 ◦ blue 82

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

Shades of Jazzberry Jam #AF1152

Tints of Jazzberry Jam #AF1152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.2%

 BLUE value IS 82 (32.42% from 255) = 29.93%

R = 63.87%
G = 6.2%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF1152 (or 0xAF1152) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 52. RGB value is (175,17,82). Sum of RGB (Red+Green+Blue) = 175+17+82=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1152 is #50EEAD. Grayscale: #474747. Windows color (decimal): -5303982 or 5378479. OLE color: 5378479.

HSL color Cylindrical-coordinate representation of color #AF1152: hue angle of 335.32º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1152 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 82 -
CMYK 0 0.90 0.53 0.31
HSL 335.32º 0.82% 0.38% -
HSV(B) 335.32º 0.9% 0.69% -
XYZ 19.4 10.12 8.91 -
YUV 71.65 133.85 201.71 -
System Red Green Blue C M Y K H S L
Decimal 175 17 82 0 0.90 0.53 0.31 335.32 0.82 0.38
Hex AF 11 52 0 5A 35 1F 14F 52 26
Octal 257 21 122 0 132 65 37 517 122 46
Binary 10101111 10001 1010010 0 1011010 110101 11111 101001111 1010010 100110

Color Harmonies of #AF1152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1152

Black with #AF1152

Text Example


Text Example

White with #AF1152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1152; }

 p { color: rgb(175,17,82); }

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

background-color css

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

 a { background-color: rgb(175,17,82); }

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

border-color css

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

 span { border-color: rgb(175,17,82); }

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