Html Css Color HEX #A30256 Jazzberry Jam

📋 copy color: '#A30256'

red 163 ◦ green 2 ◦ blue 86

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

Shades of Jazzberry Jam #A30256

Tints of Jazzberry Jam #A30256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 64.94%
G = 0.8%
B = 34.26%

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

#A30256 (or 0xA30256) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 56. RGB value is (163,2,86). Sum of RGB (Red+Green+Blue) = 163+2+86=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A30256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30256 is #5CFDA9. Grayscale: #3B3B3B. Windows color (decimal): -6094250 or 5636771. OLE color: 5636771.

HSL color Cylindrical-coordinate representation of color #A30256: hue angle of 328.7º degrees, saturation: 0.98, 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 #A30256 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 86 -
CMYK 0 0.99 0.47 0.36
HSL 328.7º 0.98% 0.32% -
HSV(B) 328.7º 0.99% 0.64% -
XYZ 16.81 8.5 9.56 -
YUV 59.72 142.84 201.67 -
System Red Green Blue C M Y K H S L
Decimal 163 2 86 0 0.99 0.47 0.36 328.7 0.98 0.32
Hex A3 2 56 0 63 2F 24 149 62 20
Octal 243 2 126 0 143 57 44 511 142 40
Binary 10100011 10 1010110 0 1100011 101111 100100 101001001 1100010 100000

Color Harmonies of #A30256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30256

Black with #A30256

Text Example


Text Example

White with #A30256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30256; }

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

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

background-color css

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

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

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

border-color css

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

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

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