Html Css Color HEX #A00648 Jazzberry Jam

📋 copy color: '#A00648'

red 160 ◦ green 6 ◦ blue 72

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

Shades of Jazzberry Jam #A00648

Tints of Jazzberry Jam #A00648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.25%

R = 67.23%
G = 2.52%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A00648 (or 0xA00648) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 48. RGB value is (160,6,72). Sum of RGB (Red+Green+Blue) = 160+6+72=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A00648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00648 is #5FF9B7. Grayscale: #3B3B3B. Windows color (decimal): -6289848 or 4720288. OLE color: 4720288.

HSL color Cylindrical-coordinate representation of color #A00648: hue angle of 334.29º 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 #A00648 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 6 72 -
CMYK 0 0.96 0.55 0.37
HSL 334.29º 0.93% 0.33% -
HSV(B) 334.29º 0.96% 0.63% -
XYZ 15.73 8.07 6.86 -
YUV 59.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 160 6 72 0 0.96 0.55 0.37 334.29 0.93 0.33
Hex A0 6 48 0 60 37 25 14E 5D 21
Octal 240 6 110 0 140 67 45 516 135 41
Binary 10100000 110 1001000 0 1100000 110111 100101 101001110 1011101 100001

Color Harmonies of #A00648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00648

Black with #A00648

Text Example


Text Example

White with #A00648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00648; }

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

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

background-color css

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

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

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

border-color css

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

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

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