Html Css Color HEX #AF2360 Jazzberry Jam

📋 copy color: '#AF2360'

red 175 ◦ green 35 ◦ blue 96

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

Shades of Jazzberry Jam #AF2360

Tints of Jazzberry Jam #AF2360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

 BLUE value IS 96 (37.89% from 255) = 31.37%

R = 57.19%
G = 11.44%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF2360 (or 0xAF2360) is known color: Jazzberry Jam. HEX triplet: AF, 23 and 60. RGB value is (175,35,96). Sum of RGB (Red+Green+Blue) = 175+35+96=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2360 is #50DC9F. Grayscale: #535353. Windows color (decimal): -5299360 or 6300591. OLE color: 6300591.

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

Color convert

RGB 175 35 96 -
CMYK 0 0.8 0.45 0.31
HSL 333.86º 0.67% 0.41% -
HSV(B) 333.86º 0.8% 0.69% -
XYZ 20.39 11.16 12.15 -
YUV 83.81 134.88 193.04 -
System Red Green Blue C M Y K H S L
Decimal 175 35 96 0 0.8 0.45 0.31 333.86 0.67 0.41
Hex AF 23 60 0 50 2D 1F 14E 43 29
Octal 257 43 140 0 120 55 37 516 103 51
Binary 10101111 100011 1100000 0 1010000 101101 11111 101001110 1000011 101001

Color Harmonies of #AF2360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2360

Black with #AF2360

Text Example


Text Example

White with #AF2360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2360; }

 p { color: rgb(175,35,96); }

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

background-color css

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

 a { background-color: rgb(175,35,96); }

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

border-color css

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

 span { border-color: rgb(175,35,96); }

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