Html Css Color HEX #A30443 Jazzberry Jam

📋 copy color: '#A30443'

red 163 ◦ green 4 ◦ blue 67

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

Shades of Jazzberry Jam #A30443

Tints of Jazzberry Jam #A30443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.63%

R = 69.66%
G = 1.71%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A30443 (or 0xA30443) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 43. RGB value is (163,4,67). Sum of RGB (Red+Green+Blue) = 163+4+67=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A30443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30443 is #5CFBBC. Grayscale: #3A3A3A. Windows color (decimal): -6093757 or 4392099. OLE color: 4392099.

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

Color convert

RGB 163 4 67 -
CMYK 0 0.98 0.59 0.36
HSL 336.23º 0.95% 0.33% -
HSV(B) 336.23º 0.98% 0.64% -
XYZ 16.16 8.28 6.06 -
YUV 58.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 163 4 67 0 0.98 0.59 0.36 336.23 0.95 0.33
Hex A3 4 43 0 62 3B 24 150 5F 21
Octal 243 4 103 0 142 73 44 520 137 41
Binary 10100011 100 1000011 0 1100010 111011 100100 101010000 1011111 100001

Color Harmonies of #A30443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30443

Black with #A30443

Text Example


Text Example

White with #A30443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30443; }

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

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

background-color css

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

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

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

border-color css

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

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

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