Html Css Color HEX #A30A5C Jazzberry Jam

📋 copy color: '#A30A5C'

red 163 ◦ green 10 ◦ blue 92

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

Shades of Jazzberry Jam #A30A5C

Tints of Jazzberry Jam #A30A5C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.77%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 61.51%
G = 3.77%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A30A5C (or 0xA30A5C) is known color: Jazzberry Jam. HEX triplet: A3, 0A and 5C. RGB value is (163,10,92). Sum of RGB (Red+Green+Blue) = 163+10+92=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A30A5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30A5C is #5CF5A3. Grayscale: #404040. Windows color (decimal): -6092196 or 6032035. OLE color: 6032035.

HSL color Cylindrical-coordinate representation of color #A30A5C: hue angle of 327.84º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30A5C is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 10 92 -
CMYK 0 0.94 0.44 0.36
HSL 327.84º 0.88% 0.34% -
HSV(B) 327.84º 0.94% 0.64% -
XYZ 17.14 8.78 10.92 -
YUV 65.1 143.19 197.83 -
System Red Green Blue C M Y K H S L
Decimal 163 10 92 0 0.94 0.44 0.36 327.84 0.88 0.34
Hex A3 A 5C 0 5E 2C 24 148 58 22
Octal 243 12 134 0 136 54 44 510 130 42
Binary 10100011 1010 1011100 0 1011110 101100 100100 101001000 1011000 100010

Color Harmonies of #A30A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30A5C

Black with #A30A5C

Text Example


Text Example

White with #A30A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30A5C; }

 p { color: rgb(163,10,92); }

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

background-color css

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

 a { background-color: rgb(163,10,92); }

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

border-color css

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

 span { border-color: rgb(163,10,92); }

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