Html Css Color HEX #A30461 Jazzberry Jam

📋 copy color: '#A30461'

red 163 ◦ green 4 ◦ blue 97

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

Shades of Jazzberry Jam #A30461

Tints of Jazzberry Jam #A30461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 61.74%
G = 1.52%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A30461 (or 0xA30461) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 61. RGB value is (163,4,97). Sum of RGB (Red+Green+Blue) = 163+4+97=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A30461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30461 is #5CFB9E. Grayscale: #3D3D3D. Windows color (decimal): -6093727 or 6358179. OLE color: 6358179.

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

Color convert

RGB 163 4 97 -
CMYK 0 0.98 0.40 0.36
HSL 324.91º 0.95% 0.33% -
HSV(B) 324.91º 0.98% 0.64% -
XYZ 17.31 8.74 12.08 -
YUV 62.14 147.68 199.94 -
System Red Green Blue C M Y K H S L
Decimal 163 4 97 0 0.98 0.40 0.36 324.91 0.95 0.33
Hex A3 4 61 0 62 28 24 145 5F 21
Octal 243 4 141 0 142 50 44 505 137 41
Binary 10100011 100 1100001 0 1100010 101000 100100 101000101 1011111 100001

Color Harmonies of #A30461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30461

Black with #A30461

Text Example


Text Example

White with #A30461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30461; }

 p { color: rgb(163,4,97); }

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

background-color css

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

 a { background-color: rgb(163,4,97); }

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

border-color css

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

 span { border-color: rgb(163,4,97); }

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