Html Css Color HEX #A30143 Jazzberry Jam

📋 copy color: '#A30143'

red 163 ◦ green 1 ◦ blue 67

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

Shades of Jazzberry Jam #A30143

Tints of Jazzberry Jam #A30143

RGB

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

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

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

R = 70.56%
G = 0.43%
B = 29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A30143 (or 0xA30143) is known color: Jazzberry Jam. HEX triplet: A3, 01 and 43. RGB value is (163,1,67). Sum of RGB (Red+Green+Blue) = 163+1+67=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A30143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30143 is #5CFEBC. Grayscale: #383838. Windows color (decimal): -6094525 or 4391331. OLE color: 4391331.

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

Color convert

RGB 163 1 67 -
CMYK 0 0.99 0.59 0.36
HSL 335.56º 0.99% 0.32% -
HSV(B) 335.56º 0.99% 0.64% -
XYZ 16.13 8.21 6.05 -
YUV 56.96 133.67 203.63 -
System Red Green Blue C M Y K H S L
Decimal 163 1 67 0 0.99 0.59 0.36 335.56 0.99 0.32
Hex A3 1 43 0 63 3B 24 150 63 20
Octal 243 1 103 0 143 73 44 520 143 40
Binary 10100011 1 1000011 0 1100011 111011 100100 101010000 1100011 100000

Color Harmonies of #A30143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30143

Black with #A30143

Text Example


Text Example

White with #A30143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30143; }

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

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

background-color css

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

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

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

border-color css

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

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

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