Html Css Color HEX #A31865 Jazzberry Jam

📋 copy color: '#A31865'

red 163 ◦ green 24 ◦ blue 101

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

Shades of Jazzberry Jam #A31865

Tints of Jazzberry Jam #A31865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.07%

R = 56.6%
G = 8.33%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A31865 (or 0xA31865) is known color: Jazzberry Jam. HEX triplet: A3, 18 and 65. RGB value is (163,24,101). Sum of RGB (Red+Green+Blue) = 163+24+101=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A31865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31865 is #5CE79A. Grayscale: #4A4A4A. Windows color (decimal): -6088603 or 6625443. OLE color: 6625443.

HSL color Cylindrical-coordinate representation of color #A31865: hue angle of 326.76º 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 #A31865 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 24 101 -
CMYK 0 0.85 0.38 0.36
HSL 326.76º 0.74% 0.37% -
HSV(B) 326.76º 0.85% 0.64% -
XYZ 17.78 9.38 13.19 -
YUV 74.34 143.05 191.24 -
System Red Green Blue C M Y K H S L
Decimal 163 24 101 0 0.85 0.38 0.36 326.76 0.74 0.37
Hex A3 18 65 0 55 26 24 147 4A 25
Octal 243 30 145 0 125 46 44 507 112 45
Binary 10100011 11000 1100101 0 1010101 100110 100100 101000111 1001010 100101

Color Harmonies of #A31865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31865

Black with #A31865

Text Example


Text Example

White with #A31865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31865; }

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

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

background-color css

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

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

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

border-color css

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

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

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