Html Css Color HEX #A30254 Jazzberry Jam

📋 copy color: '#A30254'

red 163 ◦ green 2 ◦ blue 84

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

Shades of Jazzberry Jam #A30254

Tints of Jazzberry Jam #A30254

RGB

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

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

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

R = 65.46%
G = 0.8%
B = 33.73%

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

#A30254 (or 0xA30254) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 54. RGB value is (163,2,84). Sum of RGB (Red+Green+Blue) = 163+2+84=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A30254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30254 is #5CFDAB. Grayscale: #3B3B3B. Windows color (decimal): -6094252 or 5505699. OLE color: 5505699.

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

Color convert

RGB 163 2 84 -
CMYK 0 0.99 0.48 0.36
HSL 329.44º 0.98% 0.32% -
HSV(B) 329.44º 0.99% 0.64% -
XYZ 16.73 8.47 9.14 -
YUV 59.49 141.84 201.83 -
System Red Green Blue C M Y K H S L
Decimal 163 2 84 0 0.99 0.48 0.36 329.44 0.98 0.32
Hex A3 2 54 0 63 30 24 149 62 20
Octal 243 2 124 0 143 60 44 511 142 40
Binary 10100011 10 1010100 0 1100011 110000 100100 101001001 1100010 100000

Color Harmonies of #A30254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30254

Black with #A30254

Text Example


Text Example

White with #A30254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30254; }

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

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

background-color css

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

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

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

border-color css

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

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

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