Html Css Color HEX #AF1863 Jazzberry Jam

📋 copy color: '#AF1863'

red 175 ◦ green 24 ◦ blue 99

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

Shades of Jazzberry Jam #AF1863

Tints of Jazzberry Jam #AF1863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.22%

R = 58.72%
G = 8.05%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF1863 (or 0xAF1863) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 63. RGB value is (175,24,99). Sum of RGB (Red+Green+Blue) = 175+24+99=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1863 is #50E79C. Grayscale: #4D4D4D. Windows color (decimal): -5302173 or 6494383. OLE color: 6494383.

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

Color convert

RGB 175 24 99 -
CMYK 0 0.86 0.43 0.31
HSL 330.2º 0.76% 0.39% -
HSV(B) 330.2º 0.86% 0.69% -
XYZ 20.26 10.67 12.8 -
YUV 77.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 175 24 99 0 0.86 0.43 0.31 330.2 0.76 0.39
Hex AF 18 63 0 56 2B 1F 14A 4C 27
Octal 257 30 143 0 126 53 37 512 114 47
Binary 10101111 11000 1100011 0 1010110 101011 11111 101001010 1001100 100111

Color Harmonies of #AF1863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1863

Black with #AF1863

Text Example


Text Example

White with #AF1863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1863; }

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

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

background-color css

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

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

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

border-color css

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

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

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