Html Css Color HEX #AF1562 Jazzberry Jam

📋 copy color: '#AF1562'

red 175 ◦ green 21 ◦ blue 98

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

Shades of Jazzberry Jam #AF1562

Tints of Jazzberry Jam #AF1562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.14%

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

R = 59.52%
G = 7.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF1562 (or 0xAF1562) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 62. RGB value is (175,21,98). Sum of RGB (Red+Green+Blue) = 175+21+98=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1562 is #50EA9D. Grayscale: #4B4B4B. Windows color (decimal): -5302942 or 6428079. OLE color: 6428079.

HSL color Cylindrical-coordinate representation of color #AF1562: hue angle of 330º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1562 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 21 98 -
CMYK 0 0.88 0.44 0.31
HSL 330º 0.79% 0.38% -
HSV(B) 330º 0.88% 0.69% -
XYZ 20.15 10.53 12.53 -
YUV 75.82 140.52 198.74 -
System Red Green Blue C M Y K H S L
Decimal 175 21 98 0 0.88 0.44 0.31 330 0.79 0.38
Hex AF 15 62 0 58 2C 1F 14A 4F 26
Octal 257 25 142 0 130 54 37 512 117 46
Binary 10101111 10101 1100010 0 1011000 101100 11111 101001010 1001111 100110

Color Harmonies of #AF1562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1562

Black with #AF1562

Text Example


Text Example

White with #AF1562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1562; }

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

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

background-color css

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

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

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

border-color css

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

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

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