Html Css Color HEX #AF1861 Jazzberry Jam

📋 copy color: '#AF1861'

red 175 ◦ green 24 ◦ blue 97

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

Shades of Jazzberry Jam #AF1861

Tints of Jazzberry Jam #AF1861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.11%

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 59.12%
G = 8.11%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF1861 (or 0xAF1861) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 61. RGB value is (175,24,97). Sum of RGB (Red+Green+Blue) = 175+24+97=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1861 is #50E79E. Grayscale: #4D4D4D. Windows color (decimal): -5302175 or 6363311. OLE color: 6363311.

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

Color convert

RGB 175 24 97 -
CMYK 0 0.86 0.45 0.31
HSL 330.99º 0.76% 0.39% -
HSV(B) 330.99º 0.86% 0.69% -
XYZ 20.16 10.63 12.3 -
YUV 77.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 175 24 97 0 0.86 0.45 0.31 330.99 0.76 0.39
Hex AF 18 61 0 56 2D 1F 14B 4C 27
Octal 257 30 141 0 126 55 37 513 114 47
Binary 10101111 11000 1100001 0 1010110 101101 11111 101001011 1001100 100111

Color Harmonies of #AF1861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1861

Black with #AF1861

Text Example


Text Example

White with #AF1861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1861; }

 p { color: rgb(175,24,97); }

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

background-color css

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

 a { background-color: rgb(175,24,97); }

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

border-color css

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

 span { border-color: rgb(175,24,97); }

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