Html Css Color HEX #A30154 Jazzberry Jam

📋 copy color: '#A30154'

red 163 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #A30154

Tints of Jazzberry Jam #A30154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.87%

R = 65.73%
G = 0.4%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A30154 (or 0xA30154) is known color: Jazzberry Jam. HEX triplet: A3, 01 and 54. RGB value is (163,1,84). Sum of RGB (Red+Green+Blue) = 163+1+84=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A30154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30154 is #5CFEAB. Grayscale: #3A3A3A. Windows color (decimal): -6094508 or 5505443. OLE color: 5505443.

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

Color convert

RGB 163 1 84 -
CMYK 0 0.99 0.48 0.36
HSL 329.26º 0.99% 0.32% -
HSV(B) 329.26º 0.99% 0.64% -
XYZ 16.72 8.45 9.14 -
YUV 58.9 142.17 202.25 -
System Red Green Blue C M Y K H S L
Decimal 163 1 84 0 0.99 0.48 0.36 329.26 0.99 0.32
Hex A3 1 54 0 63 30 24 149 63 20
Octal 243 1 124 0 143 60 44 511 143 40
Binary 10100011 1 1010100 0 1100011 110000 100100 101001001 1100011 100000

Color Harmonies of #A30154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30154

Black with #A30154

Text Example


Text Example

White with #A30154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30154; }

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

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

background-color css

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

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

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

border-color css

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

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

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