Html Css Color HEX #A00658 Jazzberry Jam

📋 copy color: '#A00658'

red 160 ◦ green 6 ◦ blue 88

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

Shades of Jazzberry Jam #A00658

Tints of Jazzberry Jam #A00658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.65%

R = 62.99%
G = 2.36%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A00658 (or 0xA00658) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 58. RGB value is (160,6,88). Sum of RGB (Red+Green+Blue) = 160+6+88=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A00658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00658 is #5FF9A7. Grayscale: #3D3D3D. Windows color (decimal): -6289832 or 5768864. OLE color: 5768864.

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

Color convert

RGB 160 6 88 -
CMYK 0 0.96 0.45 0.37
HSL 328.05º 0.93% 0.33% -
HSV(B) 328.05º 0.96% 0.63% -
XYZ 16.32 8.31 9.98 -
YUV 61.39 143.02 198.33 -
System Red Green Blue C M Y K H S L
Decimal 160 6 88 0 0.96 0.45 0.37 328.05 0.93 0.33
Hex A0 6 58 0 60 2D 25 148 5D 21
Octal 240 6 130 0 140 55 45 510 135 41
Binary 10100000 110 1011000 0 1100000 101101 100101 101001000 1011101 100001

Color Harmonies of #A00658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00658

Black with #A00658

Text Example


Text Example

White with #A00658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00658; }

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

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

background-color css

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

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

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

border-color css

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

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

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