Html Css Color HEX #A30042 Jazzberry Jam

📋 copy color: '#A30042'

red 163 ◦ green 0 ◦ blue 66

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

Shades of Jazzberry Jam #A30042

Tints of Jazzberry Jam #A30042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 28.82%

R = 71.18%
G = 0%
B = 28.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A30042 (or 0xA30042) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 42. RGB value is (163,0,66). Sum of RGB (Red+Green+Blue) = 163+0+66=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A30042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30042 is #5CFFBD. Grayscale: #383838. Windows color (decimal): -6094782 or 4325539. OLE color: 4325539.

HSL color Cylindrical-coordinate representation of color #A30042: hue angle of 335.71º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30042 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 0 66 -
CMYK 0 1 0.60 0.36
HSL 335.71º 1% 0.32% -
HSV(B) 335.71º 1% 0.64% -
XYZ 16.09 8.18 5.89 -
YUV 56.26 133.5 204.13 -
System Red Green Blue C M Y K H S L
Decimal 163 0 66 0 1 0.60 0.36 335.71 1 0.32
Hex A3 0 42 0 64 3C 24 150 64 20
Octal 243 0 102 0 144 74 44 520 144 40
Binary 10100011 0 1000010 0 1100100 111100 100100 101010000 1100100 100000

Color Harmonies of #A30042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30042

Black with #A30042

Text Example


Text Example

White with #A30042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30042; }

 p { color: rgb(163,0,66); }

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

background-color css

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

 a { background-color: rgb(163,0,66); }

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

border-color css

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

 span { border-color: rgb(163,0,66); }

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