Html Css Color HEX #A31769 Jazzberry Jam

📋 copy color: '#A31769'

red 163 ◦ green 23 ◦ blue 105

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

Shades of Jazzberry Jam #A31769

Tints of Jazzberry Jam #A31769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.9%

 BLUE value IS 105 (41.41% from 255) = 36.08%

R = 56.01%
G = 7.9%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A31769 (or 0xA31769) is known color: Jazzberry Jam. HEX triplet: A3, 17 and 69. RGB value is (163,23,105). Sum of RGB (Red+Green+Blue) = 163+23+105=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A31769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31769 is #5CE896. Grayscale: #4A4A4A. Windows color (decimal): -6088855 or 6887331. OLE color: 6887331.

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

Color convert

RGB 163 23 105 -
CMYK 0 0.86 0.36 0.36
HSL 324.86º 0.75% 0.36% -
HSV(B) 324.86º 0.86% 0.64% -
XYZ 17.96 9.42 14.24 -
YUV 74.21 145.38 191.33 -
System Red Green Blue C M Y K H S L
Decimal 163 23 105 0 0.86 0.36 0.36 324.86 0.75 0.36
Hex A3 17 69 0 56 24 24 145 4B 24
Octal 243 27 151 0 126 44 44 505 113 44
Binary 10100011 10111 1101001 0 1010110 100100 100100 101000101 1001011 100100

Color Harmonies of #A31769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31769

Black with #A31769

Text Example


Text Example

White with #A31769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31769; }

 p { color: rgb(163,23,105); }

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

background-color css

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

 a { background-color: rgb(163,23,105); }

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

border-color css

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

 span { border-color: rgb(163,23,105); }

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