Html Css Color HEX #A30260 Jazzberry Jam

📋 copy color: '#A30260'

red 163 ◦ green 2 ◦ blue 96

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

Shades of Jazzberry Jam #A30260

Tints of Jazzberry Jam #A30260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 62.45%
G = 0.77%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A30260 (or 0xA30260) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 60. RGB value is (163,2,96). Sum of RGB (Red+Green+Blue) = 163+2+96=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A30260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30260 is #5CFD9F. Grayscale: #3C3C3C. Windows color (decimal): -6094240 or 6292131. OLE color: 6292131.

HSL color Cylindrical-coordinate representation of color #A30260: hue angle of 324.97º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30260 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 96 -
CMYK 0 0.99 0.41 0.36
HSL 324.97º 0.98% 0.32% -
HSV(B) 324.97º 0.99% 0.64% -
XYZ 17.24 8.67 11.83 -
YUV 60.86 147.84 200.86 -
System Red Green Blue C M Y K H S L
Decimal 163 2 96 0 0.99 0.41 0.36 324.97 0.98 0.32
Hex A3 2 60 0 63 29 24 145 62 20
Octal 243 2 140 0 143 51 44 505 142 40
Binary 10100011 10 1100000 0 1100011 101001 100100 101000101 1100010 100000

Color Harmonies of #A30260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30260

Black with #A30260

Text Example


Text Example

White with #A30260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30260; }

 p { color: rgb(163,2,96); }

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

background-color css

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

 a { background-color: rgb(163,2,96); }

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

border-color css

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

 span { border-color: rgb(163,2,96); }

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