Html Css Color HEX #A30144 Jazzberry Jam

📋 copy color: '#A30144'

red 163 ◦ green 1 ◦ blue 68

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

Shades of Jazzberry Jam #A30144

Tints of Jazzberry Jam #A30144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.31%

R = 70.26%
G = 0.43%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A30144 (or 0xA30144) is known color: Jazzberry Jam. HEX triplet: A3, 01 and 44. RGB value is (163,1,68). Sum of RGB (Red+Green+Blue) = 163+1+68=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A30144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30144 is #5CFEBB. Grayscale: #383838. Windows color (decimal): -6094524 or 4456867. OLE color: 4456867.

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

Color convert

RGB 163 1 68 -
CMYK 0 0.99 0.58 0.36
HSL 335.19º 0.99% 0.32% -
HSV(B) 335.19º 0.99% 0.64% -
XYZ 16.16 8.23 6.2 -
YUV 57.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 163 1 68 0 0.99 0.58 0.36 335.19 0.99 0.32
Hex A3 1 44 0 63 3A 24 14F 63 20
Octal 243 1 104 0 143 72 44 517 143 40
Binary 10100011 1 1000100 0 1100011 111010 100100 101001111 1100011 100000

Color Harmonies of #A30144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30144

Black with #A30144

Text Example


Text Example

White with #A30144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30144; }

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

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

background-color css

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

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

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

border-color css

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

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

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