Html Css Color HEX #A30156 Jazzberry Jam

📋 copy color: '#A30156'

red 163 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #A30156

Tints of Jazzberry Jam #A30156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 86 (33.98% from 255) = 34.4%

R = 65.2%
G = 0.4%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A30156 (or 0xA30156) is known color: Jazzberry Jam. HEX triplet: A3, 01 and 56. RGB value is (163,1,86). Sum of RGB (Red+Green+Blue) = 163+1+86=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A30156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30156 is #5CFEA9. Grayscale: #3A3A3A. Windows color (decimal): -6094506 or 5636515. OLE color: 5636515.

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

Color convert

RGB 163 1 86 -
CMYK 0 0.99 0.47 0.36
HSL 328.52º 0.99% 0.32% -
HSV(B) 328.52º 0.99% 0.64% -
XYZ 16.79 8.48 9.56 -
YUV 59.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 163 1 86 0 0.99 0.47 0.36 328.52 0.99 0.32
Hex A3 1 56 0 63 2F 24 149 63 20
Octal 243 1 126 0 143 57 44 511 143 40
Binary 10100011 1 1010110 0 1100011 101111 100100 101001001 1100011 100000

Color Harmonies of #A30156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30156

Black with #A30156

Text Example


Text Example

White with #A30156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30156; }

 p { color: rgb(163,1,86); }

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

background-color css

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

 a { background-color: rgb(163,1,86); }

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

border-color css

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

 span { border-color: rgb(163,1,86); }

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