Html Css Color HEX #A31B6B Jazzberry Jam

📋 copy color: '#A31B6B'

red 163 ◦ green 27 ◦ blue 107

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

Shades of Jazzberry Jam #A31B6B

Tints of Jazzberry Jam #A31B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 54.88%
G = 9.09%
B = 36.03%

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

#A31B6B (or 0xA31B6B) is known color: Jazzberry Jam. HEX triplet: A3, 1B and 6B. RGB value is (163,27,107). Sum of RGB (Red+Green+Blue) = 163+27+107=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B6B is #5CE494. Grayscale: #4C4C4C. Windows color (decimal): -6087829 or 7019427. OLE color: 7019427.

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

Color convert

RGB 163 27 107 -
CMYK 0 0.83 0.34 0.36
HSL 324.71º 0.72% 0.37% -
HSV(B) 324.71º 0.83% 0.64% -
XYZ 18.15 9.63 14.81 -
YUV 76.78 145.06 189.5 -
System Red Green Blue C M Y K H S L
Decimal 163 27 107 0 0.83 0.34 0.36 324.71 0.72 0.37
Hex A3 1B 6B 0 53 22 24 145 48 25
Octal 243 33 153 0 123 42 44 505 110 45
Binary 10100011 11011 1101011 0 1010011 100010 100100 101000101 1001000 100101

Color Harmonies of #A31B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31B6B

Black with #A31B6B

Text Example


Text Example

White with #A31B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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