Html Css Color HEX #A3005E Jazzberry Jam

📋 copy color: '#A3005E'

red 163 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #A3005E

Tints of Jazzberry Jam #A3005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 63.42%
G = 0%
B = 36.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3005E (or 0xA3005E) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 5E. RGB value is (163,0,94). Sum of RGB (Red+Green+Blue) = 163+0+94=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3005E is #5CFFA1. Grayscale: #3B3B3B. Windows color (decimal): -6094754 or 6160547. OLE color: 6160547.

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

Color convert

RGB 163 0 94 -
CMYK 0 1 0.42 0.36
HSL 325.4º 1% 0.32% -
HSV(B) 325.4º 1% 0.64% -
XYZ 17.12 8.59 11.35 -
YUV 59.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 163 0 94 0 1 0.42 0.36 325.4 1 0.32
Hex A3 0 5E 0 64 2A 24 145 64 20
Octal 243 0 136 0 144 52 44 505 144 40
Binary 10100011 0 1011110 0 1100100 101010 100100 101000101 1100100 100000

Color Harmonies of #A3005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3005E

Black with #A3005E

Text Example


Text Example

White with #A3005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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