Html Css Color HEX #A31862 Jazzberry Jam

📋 copy color: '#A31862'

red 163 ◦ green 24 ◦ blue 98

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

Shades of Jazzberry Jam #A31862

Tints of Jazzberry Jam #A31862

RGB

 RED value IS 163 (64.06% from 255) = 57.19%

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

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

R = 57.19%
G = 8.42%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A31862 (or 0xA31862) is known color: Jazzberry Jam. HEX triplet: A3, 18 and 62. RGB value is (163,24,98). Sum of RGB (Red+Green+Blue) = 163+24+98=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A31862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31862 is #5CE79D. Grayscale: #494949. Windows color (decimal): -6088606 or 6428835. OLE color: 6428835.

HSL color Cylindrical-coordinate representation of color #A31862: hue angle of 328.06º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31862 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 24 98 -
CMYK 0 0.85 0.40 0.36
HSL 328.06º 0.74% 0.37% -
HSV(B) 328.06º 0.85% 0.64% -
XYZ 17.64 9.32 12.43 -
YUV 74 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 163 24 98 0 0.85 0.40 0.36 328.06 0.74 0.37
Hex A3 18 62 0 55 28 24 148 4A 25
Octal 243 30 142 0 125 50 44 510 112 45
Binary 10100011 11000 1100010 0 1010101 101000 100100 101001000 1001010 100101

Color Harmonies of #A31862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31862

Black with #A31862

Text Example


Text Example

White with #A31862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31862; }

 p { color: rgb(163,24,98); }

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

background-color css

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

 a { background-color: rgb(163,24,98); }

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

border-color css

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

 span { border-color: rgb(163,24,98); }

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