Html Css Color HEX #AF215B Jazzberry Jam

📋 copy color: '#AF215B'

red 175 ◦ green 33 ◦ blue 91

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

Shades of Jazzberry Jam #AF215B

Tints of Jazzberry Jam #AF215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.04%

 BLUE value IS 91 (35.94% from 255) = 30.43%

R = 58.53%
G = 11.04%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF215B (or 0xAF215B) is known color: Jazzberry Jam. HEX triplet: AF, 21 and 5B. RGB value is (175,33,91). Sum of RGB (Red+Green+Blue) = 175+33+91=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF215B is #50DEA4. Grayscale: #515151. Windows color (decimal): -5299877 or 5972399. OLE color: 5972399.

HSL color Cylindrical-coordinate representation of color #AF215B: hue angle of 335.49º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF215B is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 91 -
CMYK 0 0.81 0.48 0.31
HSL 335.49º 0.68% 0.41% -
HSV(B) 335.49º 0.81% 0.69% -
XYZ 20.11 10.96 10.95 -
YUV 82.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 175 33 91 0 0.81 0.48 0.31 335.49 0.68 0.41
Hex AF 21 5B 0 51 30 1F 14F 44 29
Octal 257 41 133 0 121 60 37 517 104 51
Binary 10101111 100001 1011011 0 1010001 110000 11111 101001111 1000100 101001

Color Harmonies of #AF215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF215B

Black with #AF215B

Text Example


Text Example

White with #AF215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF215B; }

 p { color: rgb(175,33,91); }

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

background-color css

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

 a { background-color: rgb(175,33,91); }

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

border-color css

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

 span { border-color: rgb(175,33,91); }

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