Html Css Color HEX #AF216F Jazzberry Jam

📋 copy color: '#AF216F'

red 175 ◦ green 33 ◦ blue 111

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

Shades of Jazzberry Jam #AF216F

Tints of Jazzberry Jam #AF216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 54.86%
G = 10.34%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF216F (or 0xAF216F) is known color: Jazzberry Jam. HEX triplet: AF, 21 and 6F. RGB value is (175,33,111). Sum of RGB (Red+Green+Blue) = 175+33+111=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF216F is #50DE90. Grayscale: #545454. Windows color (decimal): -5299857 or 7283119. OLE color: 7283119.

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

Color convert

RGB 175 33 111 -
CMYK 0 0.81 0.37 0.31
HSL 327.04º 0.68% 0.41% -
HSV(B) 327.04º 0.81% 0.69% -
XYZ 21.09 11.35 16.12 -
YUV 84.35 143.04 192.66 -
System Red Green Blue C M Y K H S L
Decimal 175 33 111 0 0.81 0.37 0.31 327.04 0.68 0.41
Hex AF 21 6F 0 51 25 1F 147 44 29
Octal 257 41 157 0 121 45 37 507 104 51
Binary 10101111 100001 1101111 0 1010001 100101 11111 101000111 1000100 101001

Color Harmonies of #AF216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF216F

Black with #AF216F

Text Example


Text Example

White with #AF216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF216F; }

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

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

background-color css

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

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

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

border-color css

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

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

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