Html Css Color HEX #AF2362 Jazzberry Jam

📋 copy color: '#AF2362'

red 175 ◦ green 35 ◦ blue 98

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

Shades of Jazzberry Jam #AF2362

Tints of Jazzberry Jam #AF2362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.82%

R = 56.82%
G = 11.36%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF2362 (or 0xAF2362) is known color: Jazzberry Jam. HEX triplet: AF, 23 and 62. RGB value is (175,35,98). Sum of RGB (Red+Green+Blue) = 175+35+98=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2362 is #50DC9D. Grayscale: #535353. Windows color (decimal): -5299358 or 6431663. OLE color: 6431663.

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

Color convert

RGB 175 35 98 -
CMYK 0 0.8 0.44 0.31
HSL 333º 0.67% 0.41% -
HSV(B) 333º 0.8% 0.69% -
XYZ 20.48 11.2 12.64 -
YUV 84.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 175 35 98 0 0.8 0.44 0.31 333 0.67 0.41
Hex AF 23 62 0 50 2C 1F 14D 43 29
Octal 257 43 142 0 120 54 37 515 103 51
Binary 10101111 100011 1100010 0 1010000 101100 11111 101001101 1000011 101001

Color Harmonies of #AF2362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2362

Black with #AF2362

Text Example


Text Example

White with #AF2362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2362; }

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

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

background-color css

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

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

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

border-color css

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

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

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