Html Css Color HEX #A30055 Jazzberry Jam

📋 copy color: '#A30055'

red 163 ◦ green 0 ◦ blue 85

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

Shades of Jazzberry Jam #A30055

Tints of Jazzberry Jam #A30055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 34.27%

R = 65.73%
G = 0%
B = 34.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A30055 (or 0xA30055) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 55. RGB value is (163,0,85). Sum of RGB (Red+Green+Blue) = 163+0+85=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A30055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30055 is #5CFFAA. Grayscale: #3A3A3A. Windows color (decimal): -6094763 or 5570723. OLE color: 5570723.

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

Color convert

RGB 163 0 85 -
CMYK 0 1 0.48 0.36
HSL 328.71º 1% 0.32% -
HSV(B) 328.71º 1% 0.64% -
XYZ 16.74 8.44 9.34 -
YUV 58.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 163 0 85 0 1 0.48 0.36 328.71 1 0.32
Hex A3 0 55 0 64 30 24 149 64 20
Octal 243 0 125 0 144 60 44 511 144 40
Binary 10100011 0 1010101 0 1100100 110000 100100 101001001 1100100 100000

Color Harmonies of #A30055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30055

Black with #A30055

Text Example


Text Example

White with #A30055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30055; }

 p { color: rgb(163,0,85); }

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

background-color css

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

 a { background-color: rgb(163,0,85); }

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

border-color css

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

 span { border-color: rgb(163,0,85); }

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