Html Css Color HEX #A30353 Jazzberry Jam

📋 copy color: '#A30353'

red 163 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #A30353

Tints of Jazzberry Jam #A30353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 65.46%
G = 1.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A30353 (or 0xA30353) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 53. RGB value is (163,3,83). Sum of RGB (Red+Green+Blue) = 163+3+83=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A30353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30353 is #5CFCAC. Grayscale: #3B3B3B. Windows color (decimal): -6093997 or 5440419. OLE color: 5440419.

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

Color convert

RGB 163 3 83 -
CMYK 0 0.98 0.49 0.36
HSL 330º 0.96% 0.33% -
HSV(B) 330º 0.98% 0.64% -
XYZ 16.7 8.48 8.94 -
YUV 59.96 141.01 201.5 -
System Red Green Blue C M Y K H S L
Decimal 163 3 83 0 0.98 0.49 0.36 330 0.96 0.33
Hex A3 3 53 0 62 31 24 14A 60 21
Octal 243 3 123 0 142 61 44 512 140 41
Binary 10100011 11 1010011 0 1100010 110001 100100 101001010 1100000 100001

Color Harmonies of #A30353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30353

Black with #A30353

Text Example


Text Example

White with #A30353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30353; }

 p { color: rgb(163,3,83); }

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

background-color css

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

 a { background-color: rgb(163,3,83); }

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

border-color css

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

 span { border-color: rgb(163,3,83); }

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