Html Css Color HEX #AF215D Jazzberry Jam

📋 copy color: '#AF215D'

red 175 ◦ green 33 ◦ blue 93

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

Shades of Jazzberry Jam #AF215D

Tints of Jazzberry Jam #AF215D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 58.14%
G = 10.96%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF215D (or 0xAF215D) is known color: Jazzberry Jam. HEX triplet: AF, 21 and 5D. RGB value is (175,33,93). Sum of RGB (Red+Green+Blue) = 175+33+93=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF215D is #50DEA2. Grayscale: #525252. Windows color (decimal): -5299875 or 6103471. OLE color: 6103471.

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

Color convert

RGB 175 33 93 -
CMYK 0 0.81 0.47 0.31
HSL 334.65º 0.68% 0.41% -
HSV(B) 334.65º 0.81% 0.69% -
XYZ 20.2 10.99 11.41 -
YUV 82.3 134.04 194.12 -
System Red Green Blue C M Y K H S L
Decimal 175 33 93 0 0.81 0.47 0.31 334.65 0.68 0.41
Hex AF 21 5D 0 51 2F 1F 14F 44 29
Octal 257 41 135 0 121 57 37 517 104 51
Binary 10101111 100001 1011101 0 1010001 101111 11111 101001111 1000100 101001

Color Harmonies of #AF215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF215D

Black with #AF215D

Text Example


Text Example

White with #AF215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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