Html Css Color HEX #A3065B Jazzberry Jam

📋 copy color: '#A3065B'

red 163 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #A3065B

Tints of Jazzberry Jam #A3065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

 BLUE value IS 91 (35.94% from 255) = 35%

R = 62.69%
G = 2.31%
B = 35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3065B (or 0xA3065B) is known color: Jazzberry Jam. HEX triplet: A3, 06 and 5B. RGB value is (163,6,91). Sum of RGB (Red+Green+Blue) = 163+6+91=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A3065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3065B is #5CF9A4. Grayscale: #3E3E3E. Windows color (decimal): -6093221 or 5965475. OLE color: 5965475.

HSL color Cylindrical-coordinate representation of color #A3065B: hue angle of 327.52º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3065B is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 6 91 -
CMYK 0 0.96 0.44 0.36
HSL 327.52º 0.93% 0.33% -
HSV(B) 327.52º 0.96% 0.64% -
XYZ 17.06 8.67 10.67 -
YUV 62.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 163 6 91 0 0.96 0.44 0.36 327.52 0.93 0.33
Hex A3 6 5B 0 60 2C 24 148 5D 21
Octal 243 6 133 0 140 54 44 510 135 41
Binary 10100011 110 1011011 0 1100000 101100 100100 101001000 1011101 100001

Color Harmonies of #A3065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3065B

Black with #A3065B

Text Example


Text Example

White with #A3065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3065B; }

 p { color: rgb(163,6,91); }

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

background-color css

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

 a { background-color: rgb(163,6,91); }

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

border-color css

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

 span { border-color: rgb(163,6,91); }

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