Html Css Color HEX #A31B6C Jazzberry Jam

📋 copy color: '#A31B6C'

red 163 ◦ green 27 ◦ blue 108

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

Shades of Jazzberry Jam #A31B6C

Tints of Jazzberry Jam #A31B6C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.06%

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 54.7%
G = 9.06%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A31B6C (or 0xA31B6C) is known color: Jazzberry Jam. HEX triplet: A3, 1B and 6C. RGB value is (163,27,108). Sum of RGB (Red+Green+Blue) = 163+27+108=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B6C is #5CE493. Grayscale: #4C4C4C. Windows color (decimal): -6087828 or 7084963. OLE color: 7084963.

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

Color convert

RGB 163 27 108 -
CMYK 0 0.83 0.34 0.36
HSL 324.26º 0.72% 0.37% -
HSV(B) 324.26º 0.83% 0.64% -
XYZ 18.2 9.65 15.09 -
YUV 76.9 145.56 189.41 -
System Red Green Blue C M Y K H S L
Decimal 163 27 108 0 0.83 0.34 0.36 324.26 0.72 0.37
Hex A3 1B 6C 0 53 22 24 144 48 25
Octal 243 33 154 0 123 42 44 504 110 45
Binary 10100011 11011 1101100 0 1010011 100010 100100 101000100 1001000 100101

Color Harmonies of #A31B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31B6C

Black with #A31B6C

Text Example


Text Example

White with #A31B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31B6C; }

 p { color: rgb(163,27,108); }

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

background-color css

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

 a { background-color: rgb(163,27,108); }

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

border-color css

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

 span { border-color: rgb(163,27,108); }

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