Html Css Color HEX #A00148 Jazzberry Jam

📋 copy color: '#A00148'

red 160 ◦ green 1 ◦ blue 72

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

Shades of Jazzberry Jam #A00148

Tints of Jazzberry Jam #A00148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 68.67%
G = 0.43%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A00148 (or 0xA00148) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 48. RGB value is (160,1,72). Sum of RGB (Red+Green+Blue) = 160+1+72=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A00148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00148 is #5FFEB7. Grayscale: #383838. Windows color (decimal): -6291128 or 4719008. OLE color: 4719008.

HSL color Cylindrical-coordinate representation of color #A00148: hue angle of 333.21º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00148 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 72 -
CMYK 0 0.99 0.55 0.37
HSL 333.21º 0.99% 0.32% -
HSV(B) 333.21º 0.99% 0.63% -
XYZ 15.68 7.96 6.84 -
YUV 56.64 136.68 201.73 -
System Red Green Blue C M Y K H S L
Decimal 160 1 72 0 0.99 0.55 0.37 333.21 0.99 0.32
Hex A0 1 48 0 63 37 25 14D 63 20
Octal 240 1 110 0 143 67 45 515 143 40
Binary 10100000 1 1001000 0 1100011 110111 100101 101001101 1100011 100000

Color Harmonies of #A00148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00148

Black with #A00148

Text Example


Text Example

White with #A00148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00148; }

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

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

background-color css

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

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

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

border-color css

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

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

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