Html Css Color HEX #A30842 Jazzberry Jam

📋 copy color: '#A30842'

red 163 ◦ green 8 ◦ blue 66

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

Shades of Jazzberry Jam #A30842

Tints of Jazzberry Jam #A30842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

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

R = 68.78%
G = 3.38%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A30842 (or 0xA30842) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 42. RGB value is (163,8,66). Sum of RGB (Red+Green+Blue) = 163+8+66=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A30842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30842 is #5CF7BD. Grayscale: #3C3C3C. Windows color (decimal): -6092734 or 4327587. OLE color: 4327587.

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

Color convert

RGB 163 8 66 -
CMYK 0 0.95 0.60 0.36
HSL 337.55º 0.91% 0.34% -
HSV(B) 337.55º 0.95% 0.64% -
XYZ 16.17 8.35 5.91 -
YUV 60.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 163 8 66 0 0.95 0.60 0.36 337.55 0.91 0.34
Hex A3 8 42 0 5F 3C 24 152 5B 22
Octal 243 10 102 0 137 74 44 522 133 42
Binary 10100011 1000 1000010 0 1011111 111100 100100 101010010 1011011 100010

Color Harmonies of #A30842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30842

Black with #A30842

Text Example


Text Example

White with #A30842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30842; }

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

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

background-color css

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

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

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

border-color css

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

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

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