Html Css Color HEX #AF2262 Jazzberry Jam

📋 copy color: '#AF2262'

red 175 ◦ green 34 ◦ blue 98

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

Shades of Jazzberry Jam #AF2262

Tints of Jazzberry Jam #AF2262

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.07%

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

R = 57%
G = 11.07%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF2262 (or 0xAF2262) is known color: Jazzberry Jam. HEX triplet: AF, 22 and 62. RGB value is (175,34,98). Sum of RGB (Red+Green+Blue) = 175+34+98=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2262 is #50DD9D. Grayscale: #535353. Windows color (decimal): -5299614 or 6431407. OLE color: 6431407.

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

Color convert

RGB 175 34 98 -
CMYK 0 0.81 0.44 0.31
HSL 332.77º 0.67% 0.41% -
HSV(B) 332.77º 0.81% 0.69% -
XYZ 20.46 11.14 12.63 -
YUV 83.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 175 34 98 0 0.81 0.44 0.31 332.77 0.67 0.41
Hex AF 22 62 0 51 2C 1F 14D 43 29
Octal 257 42 142 0 121 54 37 515 103 51
Binary 10101111 100010 1100010 0 1010001 101100 11111 101001101 1000011 101001

Color Harmonies of #AF2262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2262

Black with #AF2262

Text Example


Text Example

White with #AF2262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2262; }

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

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

background-color css

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

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

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

border-color css

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

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

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