Html Css Color HEX #A00643 Jazzberry Jam

📋 copy color: '#A00643'

red 160 ◦ green 6 ◦ blue 67

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

Shades of Jazzberry Jam #A00643

Tints of Jazzberry Jam #A00643

RGB

 RED value IS 160 (62.89% from 255) = 68.67%

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

 BLUE value IS 67 (26.56% from 255) = 28.76%

R = 68.67%
G = 2.58%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A00643 (or 0xA00643) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 43. RGB value is (160,6,67). Sum of RGB (Red+Green+Blue) = 160+6+67=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A00643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00643 is #5FF9BC. Grayscale: #3A3A3A. Windows color (decimal): -6289853 or 4392608. OLE color: 4392608.

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

Color convert

RGB 160 6 67 -
CMYK 0 0.96 0.58 0.37
HSL 336.23º 0.93% 0.33% -
HSV(B) 336.23º 0.96% 0.63% -
XYZ 15.58 8.01 6.04 -
YUV 59 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 160 6 67 0 0.96 0.58 0.37 336.23 0.93 0.33
Hex A0 6 43 0 60 3A 25 150 5D 21
Octal 240 6 103 0 140 72 45 520 135 41
Binary 10100000 110 1000011 0 1100000 111010 100101 101010000 1011101 100001

Color Harmonies of #A00643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00643

Black with #A00643

Text Example


Text Example

White with #A00643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00643; }

 p { color: rgb(160,6,67); }

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

background-color css

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

 a { background-color: rgb(160,6,67); }

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

border-color css

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

 span { border-color: rgb(160,6,67); }

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