Html Css Color HEX #A3005D Jazzberry Jam

📋 copy color: '#A3005D'

red 163 ◦ green 0 ◦ blue 93

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

Shades of Jazzberry Jam #A3005D

Tints of Jazzberry Jam #A3005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 63.67%
G = 0%
B = 36.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3005D (or 0xA3005D) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 5D. RGB value is (163,0,93). Sum of RGB (Red+Green+Blue) = 163+0+93=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3005D is #5CFFA2. Grayscale: #3B3B3B. Windows color (decimal): -6094755 or 6095011. OLE color: 6095011.

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

Color convert

RGB 163 0 93 -
CMYK 0 1 0.43 0.36
HSL 325.77º 1% 0.32% -
HSV(B) 325.77º 1% 0.64% -
XYZ 17.08 8.58 11.11 -
YUV 59.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 163 0 93 0 1 0.43 0.36 325.77 1 0.32
Hex A3 0 5D 0 64 2B 24 146 64 20
Octal 243 0 135 0 144 53 44 506 144 40
Binary 10100011 0 1011101 0 1100100 101011 100100 101000110 1100100 100000

Color Harmonies of #A3005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3005D

Black with #A3005D

Text Example


Text Example

White with #A3005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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